@lukekaalim/act
v2.6.0
Published
Component library for @lukekaalim/act-reconciler
Downloads
5
Readme
@lukekaalim/act
A generic rendering library for hierarchical elements.
Basically, a react knockoff.
Render to HTML with @lukekaalim/act-web
or use 3D capabilites with threejs using @lukekaalim/act-three
.
Writing declarative user interfaces using components, state and side effects.
Pull the library apart and take a look at the modular insides - develop your own renderer, reconciler, scheduler or any other core part of act.
::demos
Install
npm install @lukekaalim/act
Usage
Take a look at the Web Quickstart Guide.
Why?
I wanted to understand how react worked, and also how I could write my own custom renderer. I ended up with a really bare-bones react clone with a smaller interface, so I thought it would be fun to share.