React Context is a powerful feature introduced in React v16.3.0. It allows you to access values from the current context (e.g. the parent) inside your components’ render methods, where you normally would be limited to accessing only its local state and pr... (more…)
Read more »
A short tutorial for rendering lazy-loading, efficient images in React. (more…)
Read more »
I gave a presentation tonight at Laravel SF on how to integrate React.js components into a Laravel 5.4 application. This has become much… (more…)
Read more »
Facebook’s React native is the future of hybrid mobile app and brings a modern web techniques for cross mobile app development. Consider React Native to build...
Read more »
When my team and I started developing a new version of our platform, we did several Proofs Of Concept to evaluate the performance and user… (more…)
Read more »