Apollo Client local cache is powerful, but complex. Utilizing custom React hooks and Apollo Client cache simplifies the interphase and makes data fetching more effective. (more…)
Read more »
The reason hooks cause developers to struggle is that they look simple, just basic functions, but they are a lot more complex than that. The complex logic is very well hidden in the React core, but understanding a little how they work will help you to use... (more…)
Read more »
ReasonConf US 2019, Chicago, 10/08/2019 Twitter: https://twitter.com/reasonconf Website: https://reason-conf.com... (more…)
Read more »
One huge pain point in React (and NextJS) is having to pass props through multi-level components. The bigger the application or project gets, the more painful this becomes. This is because of how React is structured, in a tree like fashion with data ... (more…)
Read more »