There's a history package that can track changes made to objects in react. We need this because we're allowing scenario editors to go back and forth between parts of the scenario when they're either creating or editing a scenario. Currently we use react-router links to go back and forth between pages in the Nav component. Thankfully, we already have the history package in our project because it is a dependency for react-router. This link here should get us started
There's a history package that can track changes made to objects in react. We need this because we're allowing scenario editors to go back and forth between parts of the scenario when they're either creating or editing a scenario. Currently we use react-router links to go back and forth between pages in the Nav component. Thankfully, we already have the history package in our project because it is a dependency for react-router. This link here should get us started