loading json data from local file into React JS

前端 未结 8 1763
无人及你
无人及你 2020-11-30 00:33

I have a React component and I want to load in my JSON data from a file. The console log currently doesn\'t work, even though I\'m creating the variable data

8条回答
  •  甜味超标
    2020-11-30 01:00

    You could add your JSON file as an external using webpack config. Then you can load up that json in any of your react modules.

    Take a look at this answer

提交回复
热议问题