React Infinite Scrolling and Lazy Loading
Infinite Scrolling — Infinite scrolling is a concept used by many sites to enhance user experience and performance. In infinite scrolling, the sites load with some data and as the user keeps on scrolling, more and more data gets loaded. This concept saves time since data is loaded in parts and enhance performance as all the components need not be rendered all at once.
December 1, 2012
Extend Material-UI theme in TypeScript
December 1, 2012
When should you use Type, Class, or Interface in TypeScript?
December 1, 2012