For a Javascripted mind CSS can look needless but do not forget that React and JavaScript in general are for functionality, not style. Your component will still work without CSS, It’s not a dependency. For example, one of the problems with inline styling is that they aren’t really that reusable. It will be impossible, If you want to reuse or share your components instead of rewriting them for different projects with different styles.
Seyhan
10y agoFor a Javascripted mind CSS can look needless but do not forget that React and JavaScript in general are for functionality, not style. Your component will still work without CSS, It’s not a dependency. For example, one of the problems with inline styling is that they aren’t really that reusable. It will be impossible, If you want to reuse or share your components instead of rewriting them for different projects with different styles.