"Adding the accessibility in your React Apps" - Neha Sharma at #Byteconf React 2020 Follow Neha Sharma on Twitter: https://twitter.com/hellonehha UI framewor... (more…)
Read more »
Use props to send information to a component. Use state to manage information created and updated by a component. (more…)
Read more »
We study React applications performance from the ground up, the processes involved, the tools to measure and identify slow parts, the important metrics to take in account, how these impact the UX and the various ways there are available to make applicatio... (more…)
Read more »
Learn about the inline styling concept in React, and why you shouldn't be using this if you're planning to have a scalable and productive application. (more…)
Read more »
Towards the middle of last year I was introduced to virtual-dom, a standalone virtual-dom implementation inspired byReact. After playing with a few examples ...
Read more »