Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kurtgokhan/jsx-middlewares
Transform rendered JSX elements with middlewares
https://github.com/kurtgokhan/jsx-middlewares
jsx react react-jsx
Last synced: about 1 month ago
JSON representation
Transform rendered JSX elements with middlewares
- Host: GitHub
- URL: https://github.com/kurtgokhan/jsx-middlewares
- Owner: KurtGokhan
- License: mit
- Created: 2023-05-13T01:12:55.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-31T23:00:13.000Z (9 months ago)
- Last Synced: 2024-10-29T23:43:37.728Z (2 months ago)
- Topics: jsx, react, react-jsx
- Language: TypeScript
- Homepage: http://gkurt.com/jsx-middlewares/
- Size: 7.27 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
[![npm](https://img.shields.io/npm/v/jsx-middlewares?style=for-the-badge)](https://www.npmjs.com/package/jsx-middlewares)
[![NPM](https://img.shields.io/npm/l/jsx-middlewares?style=for-the-badge)](https://github.com/KurtGokhan/jsx-middlewares/blob/main/LICENSE)
[![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/KurtGokhan/jsx-middlewares/ci.yml?style=for-the-badge)](https://github.com/KurtGokhan/jsx-middlewares/actions/workflows/ci.yml)# JSX Middlewares
JSX Middlewares allows you to change the behavior of JSX renderer by adding middlewares.
This allows you to enhance JSX with additional features that were not possible before, such as adding support for custom attributes and Angular-like directives.[Visit the docs →](https://gkurt.com/jsx-middlewares/)