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
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
Syncing with complicated nested databases is a pain in the butt. We've been developing for over half a year, and are still struggling with it... :/
-
@Devnergy I actually believe JSX is quite a beautiful thing. Eg. in WordPress Gutenberg blocks
-
devTea219106y@ScriptCoded agree I kinda hate it shen I first learned it, now I see it as just like any other vanilla js + html
-
musician6656y@devTea you dont need redux with react.
Most of the time the inbuilt context api is enough.
If not there are very simple state Management libraries -
musician6656y@devTea
For most use cases you probably wont need a library and context got 10x better with the useContext hook.
A great library Ive been using quite a bit is called easy-peazy. Its redux without all the boilerplate but still providing you with time travel debugging and stuff.
Mobx is pretty popular as well
Related Rants
Even though I love vue, I feel that the "store" part of vue is kind of lacking compared to react.
I've seen several react projects that improve in that area.
rant
vue
react