You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We all know that you are a React enthusiast, but are there things in React and Redux that you personally dislike or think could be done better? Those could be fundamental aspects or just small details.
The text was updated successfully, but these errors were encountered:
Context used to be very flaky (will mostly be solved in 0.14)
Duplicate Reacts don't work together (should be much better in 0.15 where react-dom is truly separate thing, and many reacts can coexist)
Weird error messages when DOM is invalid, e.g. nested links (will be solved in 0.14)
It's currently hard to write universal components against React and React Native (will be solved soon after 0.14)
Focus management is imperative, so it forces us back into DOM land
Higher-order components are sometimes a pain because people keep wanting to have refs or fire methods and you can't teach them to stop doing that because they have valid reasons (e.g. see focus management)
We all know that you are a React enthusiast, but are there things in React and Redux that you personally dislike or think could be done better? Those could be fundamental aspects or just small details.
The text was updated successfully, but these errors were encountered: