Skip to content

⚛️ Fast 4kB React alternative. Components without Virtual DOM.

Notifications You must be signed in to change notification settings

MaximSadovskiy/HeReact

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NeReact

A lightweight (a milles faster) replacement of React framewo... I mean library.

Usage

Check out Example.js, if that is too boring, then here's summary:

// Register route
const page = new Route('#', HeReact.createElements('<h1>Hello from HeReact</h1>'));

HeReact.addRoute(page);

Installation

Must be included as first script in html (HeReact.js)

<script src="./HeReact.js"></script>

That's it

About

⚛️ Fast 4kB React alternative. Components without Virtual DOM.

Resources

Stars

Watchers

Forks

Packages

No packages published