- Fast Framework 2 is a small and simple framework designed for small projects where a full blown framework like React may take some time to install, build, run, manage dependencies...
- React Like Components
- JSX like sintax htm without preprocesors
- JSX using typescript compiler
- Shortcuts
- Cache API
- Router
- Virtual DOM dotdom
- Download the repo:
git clone https://github.com/StringManolo/ff2 - Develop your project.
- Upload it to any hosting service or run your own.
- Edit the main.js file or the calculator under examples/calculator
Apache 2.0
This framework include htm, dotdom and tsc third party code.