0

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)

나태욱
  • 51
  • 2

1 Answers1

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