epic-jsx

0.9.3 • Public • Published

epic-jsx

JSX Logo

React-compatible React rearchitecture based on Didact by Rodrigo Pombo.

  • ⚙️ Extensible components
  • 🔄 Lifecycle access
  • 🌳 Navigatable tree
  • 💯 Optimizable Virtual DOM
  • 🏙️ ES Modules
  • 🎓 TypeScript source and built-in types
  • 🧪 Built-in testing framework

Usage

import { render, useState } from 'epic-jsx'

function App() {
  const [count, setCount] = useState(1)
  return <button onClick={() => setCount(count + 1)}>Increment</button>
}

render(<App />)

Dependencies (3)

Dev Dependencies (7)

Package Sidebar

Install

npm i epic-jsx

Weekly Downloads

3

Version

0.9.3

License

CC-BY-NC-4.0

Unpacked Size

35.7 kB

Total Files

11

Last publish

Collaborators

  • tobua