I'm exploring FastUI features and capabilities, and in doing so, I'm developing entry-level examples.
FastUI doesn't have a documentation, so you need to figure out how to use it by looking at the source code (terrible idea if you don't know ReactJS) or by looking at the demo application (which is a bit complicated and not very easy to understand).
So this project (with simple examples) might be helpful for those who are new to FastUI.
Each example is a separate project and ordered by complexity.
You can find the instructions for running the examples in each project's README file.
- Hello World
- Simple Layout
- Dynamic Page Titles
- Navbar Example
- Random Number Generator
- Simple Form: BMI Calculator
- Basic Components Gallery
- FastUI with other frameworks:
- FAQ: