This is a tutorial application for the Fusor Javascript library.
>> Run Life Application <<
npm install
npm start
- .github/workflow:
SOURCE_FILE_ROOT=https://github.com/fusorjs/tutorial/blob/main/src/
- codesandbox:
SOURCE_FILE_ROOT=https://codesandbox.io/p/sandbox/fusor-tutorial-fmm2pd?file=/src/
- different dynamic array children strategies
- memoization
- implement all examples from Fusor's github README, tutorial, optimisation, etc.
- Lazy loading of pages (dynamic import, code splitting) to increase performance.
- embed interactive playgrounds into pages with examples (use editor https://ace.c9.io/)
- add route observer & refactor routing
- mathml page
- jsx page
- css usage
- usage with custom elements
- add descriptions with links to source files with ability to view them
- cache app page
- button routing with history.pushState
- selected menu items with routing
- proper http request with unmount, error handling, loading state
- svg usage
- interval counter with unmount
- caching
- basic routing
- counter button with dynamic counter