File tree Expand file tree Collapse file tree 3 files changed +6
-0
lines changed
03.solution.titles-with-meta Expand file tree Collapse file tree 3 files changed +6
-0
lines changed Original file line number Diff line number Diff line change 1+ # Adding styles and fonts to our apps
2+
13Congratulations! You've successfully added styles and fonts to your React Router application! 🎉
24
35In this exercise, you have used the ` links ` export to include a global stylesheet and a
Original file line number Diff line number Diff line change 1+ # Adding Titles with React 19
2+
13Congratulations! You have completed the exercise. 🎉
24
35In this exercise, you have used React 19 JSX metadata tags to add titles to your pages.
Original file line number Diff line number Diff line change 1+ # Metadata with the meta export
2+
13Well done! You have successfully added metadata to your routes using the ` meta ` export.
24This allows you to set dynamic titles for each page in your application by merging
35the parent route's metadata with the current route's metadata.
You can’t perform that action at this time.
0 commit comments