Introduction So as our application grows and begins to carry out heavy contributions, You will need to optimize speed to your application. It should be faster...
Continue reading...CSS Conditional Rules
CSS Conditional Rules are nothing but a feature of CSS in which the CSS style is applied based on a specific condition. The condition here can...
Continue reading...Styled Components
An introduction to Styled Components Styled-components is a library that allows you to use component-level styles in your React and React Native application that are written with...
Continue reading...CSS Selectors
In CSS selectors are used to select the element or classes or id’s you want to style, There are many different types of CSS selectors, each with...
Continue reading...Guide to Center Align
The HTML element is a block-level element that displays its block-level or inline contents centred horizontally within its containing element. The container is usually but isn’t...
Continue reading...