DEV Community

Discussion on: Front end React UI with oracle database

Collapse
 
priya_2021 profile image
PriyaMG

Thanks Christian. Ideally i have the requirement to use Java Spring JPA as backend. But i am looking for ways to demo to a client without actual implementation. One alternative in my mind is to create some json files and utilising them in the frontend UI. Do you have any suggestions?

Collapse
 
mikenatsu profile image
MikeNatsu

creating a json file is brilliant idea. it depends on what data you're gonna use in your project, it can be an object or an array, you can also use, useStates, or useContext (to store and share all sample datas in all your components).