Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Comments
-
buitrung22113dI feel OK with jsx. Logic scattered around may more likely due to the way you code.
-
devapsarl413d@buitrung the logic is inside the component. There is no easy way to put a global logic for the whole app lifecycle. Of course everything is doable in the end, but i feel it's very complicated for no real added value
-
buitrung22113d@devapsarl if the logic is in a separate place rather than being with the template, and you have some reusable logic inside, you still have to put it somewhere else and import it in current component’s logic. Not much a difference.
-
petru88713dI think you should grasp the concepts of react before ranting about it. All the problems you described are pretty easily solvable. Go back to the basics.
-
maushax58613dThat's one of the reasons why React Hooks exists. Yeah, is still a proposal, but is great how can simply the components (or at least, makes the code more readable)
Am i the only person who hates reactjs so much?
Jsx , so much nesting, unreadable code. U need to create lots of components and reinvent the wheel everytime u need to add a litle tiny feature. No global logic (controller)
Raaaaah what a mess...
question
hate
reactjs