The FSR guide
Every chapter answers one question and reads in one sitting. Foundations first, then what you write, then what runs it.
- 000What fsr is made of
- 001One contract, no client code
- 002A body is data
- 003Rendered where it is cheapest
- 100Routes, loaders and pages
- 101Actions and the session
- 102Components the server renders
- 103Testing a body and a page
- 200The stock host and its configuration
- 201Graduating to Rust
- 202Services and transports
- 203Sessions and identity
- 204Reloading in place
- 205Sites: one product, many teams
- 206What a request did
- 300The build and the dev loop
- 301Dependencies without npm
- 302Imports and aliases
- 303The deploy tree
- 900The parts bin