Demos
The following sections will contain some demos, showing the features SuiWeb offers. You can take a look at the source code of all demos inside the demos folder.
Tutorial Demos
The following demos serve as examples for the tutorial. There is a small demo for each level of the tutorial, at which you can look here.
- Level 1: Rendering Static Elements | Source Code
- Level 2: Parsing Fibers from SJDON Notation | Source Code
- Level 3: Splitting Code Into Components | Source Code
- Level 4: Adding State to Our Components Using Hooks | Source Code
- Level 5: Defining Components the React-Way with JSX | Source Code
- Level 6: Conditionally Showing Elements | Source Code
- Level 7: Rendering a Dynamic Amount of Elements | Source Code
- Level 8: Wrapping Everything Up | Source Code