React provides no built-in way to do data loading - it's left for you to implement. Doing this is tricky in a React app that uses server side rendering (SSR) because client and server rendering work quite differently: Client render is async so data can be... (more…)
Read more »
We announced React Studio in October 2016 and shipped an alpha version to preorder customers in early December.
Read more »
When the React team released hooks last year, my first thoughts were, "what new piece of wizardry is this which has been unleashed upon us?!". Your initial impressions may have been less dramatic but I am sure you shared my sentiments. Digging into the im... (more…)
Read more »
Working as an army of developers divided into 10s of feature teams, one of the big topics in our company is to move to a micro-frontend… (more…)
Read more »
A small thing to ask where to initialize the state. But in a large codebase, these decisions will improve your daily code efficiency. What do you prefer? (more…)
Read more »