You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is no way to share user input & results with others
Desired Behavior
As you fill out the user inputs and drag and drop data, query parameters should push to represent that state. Back button using history api should allow you to undo/redo these state changes.
Then, when loading the app with query params, it should automatically fill the state.
Implementation
I think we can use this stack of libraries to make this manageable.
I could also write this logic on my own but I'd rather outsource it. Plus adding a router could be useful for other things down the line, and lets us properly use history api
The text was updated successfully, but these errors were encountered:
Current Behavior
There is no way to share user input & results with others
Desired Behavior
As you fill out the user inputs and drag and drop data, query parameters should push to represent that state. Back button using history api should allow you to undo/redo these state changes.
Then, when loading the app with query params, it should automatically fill the state.
Implementation
I think we can use this stack of libraries to make this manageable.
https://www.npmjs.com/package/use-query-params
I could also write this logic on my own but I'd rather outsource it. Plus adding a router could be useful for other things down the line, and lets us properly use history api
The text was updated successfully, but these errors were encountered: