An open API service indexing awesome lists of open source software.

https://github.com/stringmanolo/ff2

Fast Framework 2.0.0. Now with components and virtual DOM
https://github.com/stringmanolo/ff2

Last synced: 10 months ago
JSON representation

Fast Framework 2.0.0. Now with components and virtual DOM

Awesome Lists containing this project

README

          

# Fast Framework 2.0.0

#### Description:
+ 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...

#### Features:
+ React Like Components
+ JSX like sintax [htm](https://github.com/developit/htm) without preprocesors
+ JSX using typescript compiler
+ Shortcuts
+ Cache API
+ Router
+ Virtual DOM [dotdom](https://github.com/wavesoft/dot-dom)

#### Install:
+ Download the repo:
```git clone https://github.com/StringManolo/ff2```
+ Develop your project.
+ Upload it to any hosting service or run your own.

#### Usage:
+ Edit the main.js file or the calculator under examples/calculator

#### License:
Apache 2.0

#### Notice:
This framework include [htm](https://github.com/developit/htm), [dotdom](https://github.com/wavesoft/dot-dom) and [tsc](https://github.com/microsoft/TypeScript/blob/main/bin/tsc) third party code.