Skip to content

Latest commit

 

History

History
45 lines (34 loc) · 1.28 KB

README.md

File metadata and controls

45 lines (34 loc) · 1.28 KB

Fusor Tutorial

This is a tutorial application for the Fusor Javascript library.

>> Run Life Application <<

Start

npm install
npm start

Build

  • .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/

Todo

  • 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/)

Done

  • 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