DEV Community

Discussion on: Why I let React go!

Collapse
 
dance2die profile image
Sung M. Kim

Everyone's free to stick with whatever solves the problem and feels natural.

You can get around with this with Function Components (FC) w/ hooks. For nested states, I agree with you it's annoying (but there is a workaround with immerjs. Yes, another library...)

Another hindrance for JSX is having to use className instead of class btw.

Collapse
 
adnanbabakan profile image
Adnan Babakan (he/him)

Hi
You are completely right.
And yes I was going to mention className but I thought it might not be that much a problem anyways. LOL

Collapse
 
dance2die profile image
Sung M. Kim

'tis getting quite annoying lately as I started using Tailwind, which needs lotcha className everywhere lol

Thread Thread
 
adnanbabakan profile image
Adnan Babakan (he/him)

Hahaha