I have a create-react-app with typescript where I need to work with a lot of data that is currently locally stored as a JSON file inside the app.
Is it better to work straight from that JSON file throughout the app or should I wrap classes around them (if so do i need to store them in an offline db or ?)
I'm still very new with this so forgive me if I made some confusing mistake.
Thanks in advance