Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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/)