#web-development
Read more stories on Hashnode
Articles with this tag
Firebase Security Rules. Firebase, is a platform that helps provide frontend developers, or developers in general a backend, that they can use to...
In the last article we talked about using lazy to asynchronously render web pages in order to optimise websites for optimum experience. We talked...
cover image from resulttesting.com Optimisation is a very popular concept in build websites or apps, and I’d like to think in software in general....
image from codesource.io Context Api is a relatively new concept as a way to manage states and distribute properties on that state to components....
React Hooks is a relatively new phenomenon that has braced the react community, it aims to solve complaints, that the React-Redux flow cannot only be...
Redux Saga is a middleware library that handles side effects ( like asynchronous codes ) in your application. What exactly are side effects? A side...