A guide for non-React engineers. Last week the React team released an experimental version of Concurrent Mode to the public. It's been in development for over a year and the React community has been very excited about its release. What is Concurrent Mode?... (more…)
Read more »
Research has found little to no evidence supporting the idea that companies with female board directors perform better than companies run by all-male boards. A recent study, of board composition and financial data on 1,644 public companies in the United S... (more…)
Read more »
react-mobx-app - playing around with create-react-app and mobx, redux & firebase... (more…)
Read more »
The Redux philosophy is that you keep all your data in a single store and operate on it via actions. Since react is technically just a view library and redux is technically just a state management library, a lot of architectural and design decisions need ... (more…)
Read more »