React Concurrent Mode is a great way to build apps that are highly performant by default with smooth UX and developer-friendly APIs. In this post, we will have a look at how React’s new experimental Concurrent mode helps us develop responsive and fast a... (more…)
Read more »
AlloyTouch - Smooth scrolling, rotation, pull to refresh, page transition and any motion for the web ...
Read more »
Facebook announced that React, Jest, Flow, Immutable are being relicensed from BSD+Patents to simple MIT. Unless there's particular reason for React Native not to and/or this is in a conversation s... (more…)
Read more »
Slack is transitioning its web client to React. When Slack was first built, our frontend consisted of established technologies like jQuery… (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 »