@liampcSubmitted almost 4 years ago
Hello! I just started learning React and wanted to practice it with SASS. Feedback is deeply appreciated, especially regarding React!
Some of my issues:
- I'm not sure if the way to imported and used the sass file with variables across other sass files is the most efficient way
- Proper folder organization of images, sass, js files etc.
- I just created a content.js to imitate api object and added an isActive property with a bool, which will be passed on as a prop in my component. Is that really the regular practice in React?
Hope my questions make sense : )