DEV Community

Discussion on: Set up .env in react project tips

Collapse
 
andersbjorkland profile image
Anders Björkland

Also, look out so you don't store any sensitive credentials in that .env. They will be publicly available as they are bundle on build time with the rest of the react app.
See this StackOverflow answer for reference