How to handle sensitive data in a react nextjs webapp – Reactjs
I am building a web app using react (nextjs). It is a quiz app that asks users questions and gives them a score if they are correct. Currently, I am fetching all my questions from my database and storing them…