@rkrawczyszynSubmitted about 1 year ago
Hi!
The implementation lies in src/components/solutions/interactive-rating. I would love to receive feedback mainly about the SCSS parts:
- should I use BEM and if yes - how?
- do you think I organized my styles OK? how would you write styles and seperate them into files/mixins to make component reusable and ship it anywhere?
- I have an issue makred as "todo - fix" in InteractiveRating.tsx. because of the way I wrote css and JS logic, I'm forced to use inline style, which is antipattern (afaik)
I need mainly CSS feedback, as during daily work I hardly write CSS, mainly React TypeScript... Thank you!