Reading values from config file in ReactApp

64 Views Asked by At

We can create reactApp with create-react-app command. It will give a folder structure as follows: |_ public

|_ src

|_ package.json

|_ README.md

Normally, for javascript we specify values via config.json. Can someone help me to find out what is the standard way to put config file in reactApp. should it be under src or separate folder?

0

There are 0 best solutions below