An Fully-typed Flux framework inspired by Fluxible. Runs on Node / Web.
(No dependence to React. See this if you want to use with React.)
Social hashtag: #fleurjs
- Comfortable to write code
- Fully typed. Friendly to type inference.
- Completely Server-side rendering support
- Support React Hooks in
@fleur/fleur-react
- Dynamic import (
import()
) support in@fleur/route-store-dom
w/o any code transformer
- @fleur/fleur - Basic flux-flow framework
- @fleur/di - Library independency DI function
- @fleur/fleur-react - Fleur react connector
- @fleur/route-store-dom - Fleur DOM router
- @fleur/test-utils - Fleur Test helpers
- fleur-benchmarks - Benchmarks. (Fleur vs Fluxible vs react-redux)