Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aaronhuggins/xml4jsx
Make (almost) any server-side JSX runtime spit out XML!
https://github.com/aaronhuggins/xml4jsx
Last synced: 9 days ago
JSON representation
Make (almost) any server-side JSX runtime spit out XML!
- Host: GitHub
- URL: https://github.com/aaronhuggins/xml4jsx
- Owner: aaronhuggins
- License: mit
- Created: 2022-07-02T20:47:36.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-07-02T23:10:46.000Z (over 2 years ago)
- Last Synced: 2024-05-01T19:31:04.017Z (7 months ago)
- Language: TypeScript
- Homepage:
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# XML for JSX
A server-side tool for rendering JSX components to XML.
## Usage
Works with React, Preact, and Nano JSX.
See the examples in the `./examples` folder for how to use the library.
## Your favorite JSX renderer not working?
Most libraries seem to prefer either React's or Preact's APIs. If your favorite
JSX library provides server side rendering and it's not working with this
library, please open an issue and reference a code example that you think should
work.