Published on15 de agosto de 2021How to create Disney plus clone with pure HTML, CSS, JShtmlcssjavascriptwebdevHello, Today we`ll see, how we can easily create a disney plus UI clone using HTML, CSS and JS only....
Published on15 de agosto de 2021You don`t know useEffectreactwebdevjavascriptuseEffect is one of the most common React Hooks which every ReactJS developer should know. But using...
Published on14 de agosto de 2021How to Create a Video Player in ReactreactnodejavascriptbeginnersOne of the things that interested me most recently is creating a fully customized video player....
Published on14 de agosto de 2021Cleaner data fetching with react-queryreactjavascriptapiData-fetching is something I feel does not get the importance and limelight as say state management...
Published on10 de agosto de 2021NextJS + StorybookJS + Material-UI + Jest + SWR - ITNEXTdevwebdevFrameworks like NextJS (https://nextjs.org/) helps you bootstrap a React application in seconds. You only need to install a couple of NPM packages, create a file, and voila you have your React…