Overview Web accessibility means that websites, tools, and technologies are designed and developed so that people with disabilities can use them. More specifically, people can: perceive,...
Continue reading...React JS
React Context API
Building a Shared Material UI Snackbar for In-App Notifications What is Context ? Context provides a way to pass data through the component tree without having...
Continue reading...Styled-components
React components are the building blocks of our applications’ UI in 2020. As visual elements, styling them is a big part of how applications actually meet...
Continue reading...ReactJs Higher-Order Component
React is popular for its component modular structure which we can reuse it throughout the application. So once for all, we do some coding stuff that...
Continue reading...How the state works in react
React is a most popular frontend js library that most of the developers are very familiar with and use it easily. React provides us to reuse...
Continue reading...