Day 5 | #100DaysOfCode
Today I did some refactoring on my React & Google Sheets project. I realized that the .env file isn’t so secret once you built the react app, as the secret will be compiled into the final build and are exposed.
So it is best to have a backend for security.