Frontend web development

How to use IndexDB, LocalStorage and Session Storage – Browser Storage

IndexDB vs LocalStorage vs Session Storage? Which of these browser storage options should you go for in your project? Modern web browsers support multiple ways for users to store data on their computer – and of course with the user’s permission, then retrieve the data when needed. Such information could be login data, user session …

How to use IndexDB, LocalStorage and Session Storage – Browser Storage Read More »

How to fix: Prop types validation error – is missing in props validation (2022)

‘React eslint error missing in props validation’ error appears when trying to compile your React App? There are a number of ways to fix this quickly, but here’s the fastest; To fix the ‘React eslint error missing in props validation’ when developing a React app, we can set the prop types of the props in …

How to fix: Prop types validation error – is missing in props validation (2022) Read More »

Scroll to Top