Themes bring a whole new aesthetic to any application, they can show the diverse features of a developer. In this blog, we will mainly concentrate on dark and light themes, which helps an application to change the color of the entire website o...
Read MoreThis blog explains about how to change the Font size throughout the app using redux. To do that we should have basic knowledge about the fundamental building blocks of the redux those are actions, store, reducers. To start with we should creat...
Read MoreIn modern front-end technology internalization makes it easy to implement. Nowadays by using i18next and react i18next packages makes the localization easier. In this article, let’s see how to localize the website using React JS, i18next, and r...
Read MoreIt is much safer signing with Facebook, Google or Twitter into any standalone application instead of creating a new account and password. The more passwords you create for every website you use, they should be unique passwords. If one of the...
Read MoreWe had a situation in a project we have to process the data asynchronously like one after the other. In this scenario, the async queue has become a handy tool for this case. It worked well until we found something in my code that is making the queue ...
Read More