0.0.8 • Published 4 years ago

@librestack/react v0.0.8

Weekly downloads
-
License
GPL-2.0-or-later
Repository
-
Last release
4 years ago

librestack-react

Build vanilla.js applications with Typescript and JSX (TSX).

Allows building component-based reactive UIs with Typescript checking and JSX support in a familiar react-like way, but without the overhead.

Minimal.

NB: this is not intended to be a drop-in replacement for react. If you want a fully-featured react, you probably want the real thing. If you just want to compose a UI with components and JSX, then you might find this a useful starting point.

Install

via npm

# inside your project
npm install @librestack/react --save-dev

from github

git clone git@github.com:librestack/librestack-react.git
cd librestack-react
npm install
npm start

Examples

statetest

Example with redux. Light state can be toggled with button, and is toggled every 2s by a timer.

cd examples/statetest
npm i
npm start

License

GPL2+

0.0.8

4 years ago

0.0.5

4 years ago

0.0.7

4 years ago

0.0.6

4 years ago

0.0.4

4 years ago

0.0.3

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago

0.0.0

4 years ago