# jsx-parser **Repository Path**: mfuu/jsx-parser ## Basic Information - **Project Name**: jsx-parser - **Description**: use jsx in javascript - **Primary Language**: JavaScript - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-06-21 - **Last Updated**: 2022-07-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Usage ```js import JSX from 'dist/index.js' class Comp { constructor() { ... } handleClick() { } render() { return JSX`
jsx complier
` } } ```