All Projects → nanojsx → Nano

nanojsx / Nano

Licence: mit
🎯 SSR first, lightweight 1kB JSX library.

Programming Languages

typescript
32286 projects

Projects that are alternatives of or similar to Nano

Preact Redux Isomorphic
preact-redux-isomorphic PWA SPA SSR best practices and libraries in under 80kB page size (for live demo click the link below)
Stars: ✭ 85 (-64.29%)
Mutual labels:  isomorphic, ssr
Koa React Universal
lightweight React-Koa2 universal boilerplate, only what is essential
Stars: ✭ 112 (-52.94%)
Mutual labels:  isomorphic, ssr
Egg Vue Webpack Boilerplate
Egg Vue Server Side Render (SSR) / Client Side Render (CSR)
Stars: ✭ 1,302 (+447.06%)
Mutual labels:  isomorphic, ssr
Use Ssr
☯️ React hook to determine if you are on the server, browser, or react native
Stars: ✭ 230 (-3.36%)
Mutual labels:  isomorphic, ssr
Use Http
🐶 React hook for making isomorphic http requests
Stars: ✭ 2,066 (+768.07%)
Mutual labels:  isomorphic, ssr
Calendar Graph
Calendar graph like github using jsx support SVG, Canvas and SSR
Stars: ✭ 58 (-75.63%)
Mutual labels:  ssr, jsx
Frontless
Build universal JS applications with Riot.JS
Stars: ✭ 108 (-54.62%)
Mutual labels:  isomorphic, ssr
Nuxt.js
The Intuitive Vue(2) Framework
Stars: ✭ 38,986 (+16280.67%)
Mutual labels:  isomorphic, ssr
Gantt
Gantt chart library using jsx support SVG, Canvas and SSR
Stars: ✭ 148 (-37.82%)
Mutual labels:  ssr, jsx
Egg React Ssr
最小而美的Egg + React + SSR 服务端渲染应用骨架,同时支持JS和TS
Stars: ✭ 1,837 (+671.85%)
Mutual labels:  isomorphic, ssr
Universal React Demo
ES6 demo of a simple but scalable React app with react-router, code splitting, server side rendering, and tree shaking.
Stars: ✭ 50 (-78.99%)
Mutual labels:  isomorphic, jsx
Hapi Universal Redux
DEPRECATED: Create an universal React and Redux app in less than 5 minutes!
Stars: ✭ 215 (-9.66%)
Mutual labels:  isomorphic, ssr
Hapi React Hot Loader Example
Simple React Hot Loading example with Hapi Server-side rendering
Stars: ✭ 44 (-81.51%)
Mutual labels:  isomorphic, ssr
Koot
Koot是基于React和Koa的WEB全栈技术解决方案。
Stars: ✭ 59 (-75.21%)
Mutual labels:  isomorphic, ssr
Typescript Hapi React Hot Loader Example
Simple TypeScript React Hot Loading example with Hapi Server-side rendering
Stars: ✭ 44 (-81.51%)
Mutual labels:  isomorphic, ssr
Oh My Fullstack
🚀 Full stack web application skeleton (Next.js, Redux, RxJS, Immutable, Express)
Stars: ✭ 99 (-58.4%)
Mutual labels:  isomorphic, ssr
React App
Create React App with server-side code support
Stars: ✭ 614 (+157.98%)
Mutual labels:  isomorphic, ssr
Hackernews
HackerNews clone built with Nuxt.js
Stars: ✭ 758 (+218.49%)
Mutual labels:  isomorphic, ssr
Razzle Material Ui Styled Example
Razzle Material-UI example with Styled Components using Express with compression
Stars: ✭ 117 (-50.84%)
Mutual labels:  isomorphic, ssr
Celestite
Beautifully reactive, server-side rendered Svelte apps w/ a Crystal backend
Stars: ✭ 185 (-22.27%)
Mutual labels:  isomorphic, ssr

Nano JSX Logo

SSR first, lightweight 1kB JSX library.

Written in TypeScript.
Works on Node and Deno.
Designed to build ultra fast MPAs and SPAs.




gzip size GitHub Workflow Status GitHub last commit code style: prettier Codecov Node version


Getting Started

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 use

  • Pre-Rendering
    Renders your app to static html if you want.
    (This is possible, but requires some knowledge.
    I plan to make a tutorial soon.)

  • Partial Hydration
    Hydrate and only the parts you really need

  • Isomorphic Router
    Works on Client- and Server-Side

  • CSS in JS
    Use JavaScript objects for styling

  • No JSX build tools required
    Uses Tagged Templates instead of JSX if you prefer

  • Props, Ref, Context and Events
    Use Props, Ref, Context API and Events as you are used to in react

  • Inline SVG
    No problem

  • Prefetch
    Use the built-in Link Component

  • 1KB (gzip)
    All of this in only ~1KB
    (Well, the core module is only about ~1KB)

Documentation

Checkout the website to find out more!

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].