react-webcam + TypeScriptreact-webcam allows you to implement camera shooting functionality in your React app.Feb 6, 2023Feb 6, 2023
odd or even large number with react window instead of web workerReact window works by only rendering part of a large data set (just enough to fill the viewport). This helps address some common…Mar 9, 2022Mar 9, 2022
CSS Only AccordionAccordions don’t even need to have fancy JavaScript plugins. Surely we can do it simply in Vanilla JavaScript, but sometimes it’s best to…Feb 6, 20221Feb 6, 20221
Creating React “Widgets” that can be embedded on any website, by anyoneWhy would I do this? One example is for versatility in a widget you’re making. Either for a client or for the world. A widget should be…Dec 19, 2021Dec 19, 2021
Set Expiry Time (TTL) for LocalStorage With JavascriptStoring Items with Expiry Time: Let’s create a function that allows you to set a key in localStorage, and store the expiry time along with…Dec 18, 2021Dec 18, 2021
CSS3 box-shadow examples (one-sided, two-sided, three-sided)here is html codes:Dec 18, 2021Dec 18, 2021
Count Down Timer in react hooksimport React, {useState, useEffect} from ‘react’;May 30, 2021May 30, 2021