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
- Host: GitHub
- URL: https://github.com/stringmanolo/ff2
- Owner: StringManolo
- Created: 2021-06-10T12:37:50.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-07-11T22:03:03.000Z (over 4 years ago)
- Last Synced: 2025-02-07T17:45:02.433Z (12 months ago)
- Language: JavaScript
- Size: 18.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.