I am creating a react app and I want to create JSON files for my react application dynamically.
I searched up and found an answer on how to create JSON files in node.js with the fs module. Link: Creating .json file and storing data in it with JavaScript?
That module can't be used in React.
So I need help
Thanks