Hey I'm learning React very recently, and I made my very first project with it, which is a To Do Application, I've done one previously in normal JavaScript and even C#.
But my question is: I was trying to link my new created To Do Website that I made with React, into my old one that I made with C#, so I chose JSON due its simplicity.
Reading data from it is easy, but every method I tried to write data into the file? OMG, nothing works, and one reason I found why is that websites cannot modify local files into client's storage.
Btw the library 'fs' and 'browserify-fs' didn't work for me too.
So I'm hoping if there's really a way to achieve it.