Pure functions are a part of functional programming paradigm Why pure functions? Clean code Easy to test and debug Decoupled and independent from the...
Every component in react goes through a series of lifecycle events very similar to that of human lifecycle: cycle of birth, growth and death. In react...
Part-I About šš¦šš š šš©šš¢š¦š¢š³ššš¢šØš§š¬: with different file formats, Responsive Images Markup, mannual and automatic optimzations, lazy...
About Critical Rendering Path (CRP) and its Optimization, the PRPL pattern and Performance Budget. Introduction Web performance is all about making...
Introduction UI State is the state that is only useful for controlling the interactive parts of our React app. The other state being...