DEV Community

Discussion on: Frontend Abstractions

Collapse
 
vladislavmurashchenko profile image
VladislavMurashchenko • Edited

Great article!
Note: handlers and effects can be even simper in the final example:
setRedCheck(e.target.checked)
setAllCheck(redCheck && greenCheck && blueCheck)

Collapse
 
udayanmaurya profile image
Udayan Maurya

Yes, for sure!