🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Sign inDemoInstall
Socket

epic-jsx

Package Overview
Dependencies
Maintainers
0
Versions
42
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

epic-jsx

React-compatible JSX renderer.

0.10.4
latest
Source
npm
Version published
Weekly downloads
6
-25%
Maintainers
0
Weekly downloads
 
Created
Source

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

Keywords

renderer

FAQs

Package last updated on 16 Feb 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts