DEV Community

Discussion on: How To Integrate A Rich Text Editor (WYSIWYG) In Your React.Js Project.

Collapse
 
anuraghazra profile image
Anurag Hazra

I think as long as those API keys are public keys those are fine.

Also note that you cannot hide API keys on FrontEnd because they will be included anyways in the production build

create-react-app.dev/docs/adding-c...

Just don't store any SECRET_KEYs in frontend