I am a student who study ReactJS and a beginner. I am studying 'To Do' app example(I think it is a famous sample for react study in web) using React Class Component. I don't know server side programming yet. I want to write the array data as a JSON file in my pc's C:/, but I cannot find some example or study material. Is it impossible without node.js, express and DBMS ?? Please, help me. (My English is not very good enough to explain. I am sorry)
Asked
Active
Viewed 46 times
1 Answers
0
Yes it is possible without nodejs or express to make api request. Use
json-server
library. Here is a link to this library.

Jasur Kurbanov
- 724
- 2
- 9
- 20
-
1Thanks for your useful information.^^ Also, I need some sample codes how to send an array data in my App.js to json-server. please, help me. – 나태욱 Jul 24 '21 at 13:09
-