Skip to content

Commit

Permalink
-
Browse files Browse the repository at this point in the history
  • Loading branch information
Tiagoperes committed May 8, 2024
1 parent e47cb45 commit 59413e9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ hard to force a developer to always use the "correct way of navigating" that we
times we'd have no type-check at all and it can become very easy to go to page that requires a variable without passing this variable.

Another big problem we faced without typed-navigation was getting the search parameters in a page. How would the developer know what search
parameters the page can receive, where are they defined? How does the programmer make changes to these parameters? What's the correct way to
deserialize the string in the URL?
parameters the page can receive, where are they defined? How does the programmer make changes to these parameters? What's the correct way
to deserialize the string in the URL?

It can become quite complex to manage url variables in a large application, we needed a library that would take care of this for us, so we
created Citron Navigator.
Expand Down

0 comments on commit 59413e9

Please sign in to comment.