Category: React
-
React Native Gotchas: What Surprised Me Moving from Web to Mobile
Read more: React Native Gotchas: What Surprised Me Moving from Web to MobileSo, I decided I wanted to build a mobile app. Coming from a React background, I began searching for a tech stack and found that people are very opinionated about…
-
What’s the Difference between Named and Default Exports?
Read more: What’s the Difference between Named and Default Exports?I’m currently working on a simple To-Do app to learn Next.js, following a tutorial by Web Dev Simplified, and I encountered an error. One such error, which might seem trivial,…
-
How to Create an Environment Variable in a React App
Read more: How to Create an Environment Variable in a React AppIf you’ve used Create React App, you can set up and use environment variables out of the box as you’ll have a NODE_ENV defined for you named REACT_APP_ which you…


