Please let me know what you think of everything. I feel like I'm improving with SASS quite a bit but I still have a long way to go. Any advice regarding my use of SASS would be appreciated.
Hassaan khan
@MuhammadHassaanMahmood5550All comments
- @chri55Submitted about 4 years ago@MuhammadHassaanMahmood5550Posted about 4 years ago
I have also tried this challenge, but i was unable to use or get icons given in the starter files because they were in browser file. I have no idea, not a bit how to use or find these icons. Can you guide me how can i use that specific given icons on my webpage?
0 - @davidomarfSubmitted about 4 years ago
Hey! This is one of the most complex projects I've built on React.
It's the first time I create a theme switcher, and the first time I create skeleton loaders.
Any feedback is welcome!
I'm specially interested about the project architecture with the skeletons. I decided to create the component, and the skeleton, both sharing the same stylesheet but in a different file.
Like this:
. ├── Countries │ ├── Countries.module.scss │ ├── Countries.tsx │ └── CountriesSkeleton.tsx ├── CountryDetails │ ├── CountryDetails.module.scss │ ├── CountryDetails.tsx │ └── CountryDetailsSkeleton.tsx │ └── App.tsx
I think I wrote waaaay to big components. I'll separate them in the next days into something more manageable and 'good-practiced'.
@MuhammadHassaanMahmood5550Posted about 4 years agoThe design is super easy if we try this with bootstrap!
1