shlogg · Early preview
Debajit Mallick @mallickdebajit

Software Engineer @P360 | Frontend Developer( ReactJS | VueJS )👨‍💻 | Co-organizer @GDG Siliguri🚀 | Ex β-MLSA | Ex Hack Club Lead | Smart India Hackathon 2020 Winner & 2022 Mentor of Winner Team

Setting Up Storybook In A React Project For Consistent UI Components

Setting up Storybook in a React project makes it easy to build & test UI components in isolation, collaborate with designers & catch UI bugs before production. Follow along to get started!

Learning TypeScript In 2022: A Great Tool For Developers

Learn TypeScript in 2022: A great tool for developers. TypeScript is a superset of JavaScript with exclusive features & error checking at compile time. Invest your time in it as most companies use it.

Hot Reloading: Real-Time Updates For React Developers

Hot reloading with React: update apps in real-time as you code, no manual refresh needed! Tools like Webpack & Babel monitor project files for changes, recompiling changed modules in memory for speed.