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
-
devTea216497y@ScriptCoded agree I kinda hate it shen I first learned it, now I see it as just like any other vanilla js + html -
musician6577y@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 -
musician6577y@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

This had to be posted!
I've made a thing and I'm proud of it.:D
Nowadays......¯\_(ツ)_/¯
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