Optimizing Re-render in React ContextReact Context is a very cool feature in React that provides a way to pass data through the component tree without having to pass props manually at every level. It becomes especially useful when we have deeply nested components that need access to cer...Oct 11, 2023·6 min read
10 CSS Tricks to Spark Your Web PageCSS is a wonderful tool for web developers to take their amazing code and add the much-needed special sauce that will impress users. Most developers know the basics of how to define things like colors, font sizes, and more, but CSS has tons of functi...Nov 13, 2021·5 min read