Lightweight 1kB JSX library.
Designed to build ultra fast Multi-Page Apps (MPAs), using isomorphic JavaScript. Written in TypeScript. Perfect for your next PWA.
Getting Started
Demo App
Take a look at the demo app.
It's hosted on a free heroku dyno, so it might take a while to spin up the server and load the app
Features
The best about Nano JSX is the small bundle size. It builds, although is sound crazy, bundles as small as svelte!
More Features
SSR
Out of the box, very simple to usePre-Rendering
Renders your app to static html if you want.
(This is possible, but requires some knowledge.
I plan to make a tutorial soon.)Hydration
Render your app on the server and hydrate it on the clientPartial Hydration
Hydrate and only the parts you needCSS in JS
Use JavaScript objects for stylingNo JSX build tools required
Uses Tagged Templates instead of JSX if you preferProps, Ref, Context and Events
Use Props, Ref, Context API and Events as you are used to in reactInline SVG
No problemPrefetch
Use the built-in Link Component1KB (gzip)
All of this in only ~1KB
(Well, the core module is only about ~1KB)
Documentation
Checkout the website to find out more!