Skip to content

Latest commit

 

History

History
29 lines (22 loc) · 956 Bytes

File metadata and controls

29 lines (22 loc) · 956 Bytes

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 without preprocesors
  • JSX using typescript compiler
  • Shortcuts
  • Cache API
  • Router
  • Virtual DOM dotdom

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, dotdom and tsc third party code.