Experiments with High Performance Animation in React Native
Three major methods for shape animation with React Native... (more…)
Read more »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… Read more