DEV Community

Discussion on: Create an Authorization Flow with React-Navigation 5.x

Collapse
 
spock123 profile image
Lars Rye Jeppesen

I can't believe React is so messy.. form validations and form handling is really really bad.

We need more Observables built in, working with promises is horrendous in 2020..

Collapse
 
embeddednature profile image
Embedded Nature

Hi Lars, thanks for taking the time to check out my post! You are right, keeping components in sync with state has been an issue. I think hooks has been a good addition to help, It would be interesting to see how other devs handle these scenarios. I find myself developing more defensively to protect against re-renders and side effects, its all a learning experience 😁. Any recommendations for implementing a good obverse pattern? I see many using RxJS, nothing built in though.