Skip to content

Commit

Permalink
docs: v7 framework tutorial (#12504)
Browse files Browse the repository at this point in the history
* Add basic tutorial setup

* Update React Router logo mark

* Update app.css and root.tsx for tutorial

* Outline the framework tutorial

* Add setup, root route, nested routes and outlets sections

* add contact ui, client side rendering, type safety, and hydrate fallback sections

* Add url params in loaders, throwing responses, data mutations, creating contacts, and updating data sections

* Introduce pre-rendering and server side rendering earlier

* mutation, redirecting, active link styling

* finish copying all sections of the tutorial

* Minor fixes and TODOs for images

* Update docs/tutorials/framework.md

Co-authored-by: Matt Brophy <[email protected]>

* most of matt's suggestions

* rename and reorder files

* Flip about and index section

* Clean up the language for client side routing a bit

* Add image references and minor fixes

* change to "Address Book"

* Move tutorial code into a subdirectory

---------

Co-authored-by: Matt Brophy <[email protected]>
  • Loading branch information
brookslybrand and brophdawg11 authored Dec 10, 2024
1 parent d357d4b commit 5d96537
Show file tree
Hide file tree
Showing 26 changed files with 2,920 additions and 2,517 deletions.
2 changes: 1 addition & 1 deletion docs/explanation/index.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
---
title: Explanations
order: 4
order: 5
---
2 changes: 1 addition & 1 deletion docs/how-to/index.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
---
title: How-Tos
order: 3
order: 4
---
Loading

0 comments on commit 5d96537

Please sign in to comment.