Skip to content

Commit

Permalink
transition to js first
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanbethel committed Jan 25, 2024
1 parent 10a3669 commit 0ac59f7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions app/docs/md/get-started/tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -1450,10 +1450,14 @@ Progressive enhancement means starting with HTML and CSS to build a working app
This is an incremental additive approach and it should not require building your app twice.
As previously mentioned we have a fully functional app that meets all our reqirements.
What could we add with PE?

The biggest thing that could be improved is allowing for updates to the todo list without a full page reload.
The next sections following the JavaScript first approach will add those features.


## JavaScript First
If you are following the JavaScript first path welcome and lets get started.
If you followed the HTML first path and want to see how to improve the app to avoid full page reloads continue reading.


## Clientside State Management
Expand Down

0 comments on commit 0ac59f7

Please sign in to comment.