UNPKG

rynex

Version:

A minimalist TypeScript framework for building reactive web applications with no virtual DOM

6 lines (4 loc) 134 B
import { render } from 'rynex'; import App from './App.js'; // Render app with router render(App, document.getElementById('root')!);