Stencil is a compiler for generating web components developed by the Ionic team. Web components in Stencil can be used as standalone components, as a part...
Continue reading...Kajol Singh
Frontend Developer
Software Developer || Fascinated by tech trends || Building usable systems that work on web and mobile.
Unit Test Case in React for Beginners
Unit testing is a level of software testing where individual units/components of a software are tested. In the React world this means testing an individual React...
Continue reading...Handling Errors in Express
Error Handling in Express.js allows us to catch and process both synchronous and asynchronous errors efficiently for any unexpected situation. Express offers middleware functions to deal...
Continue reading...React Context API
Building a Shared Material UI Snackbar for In-App Notifications What is Context ? Context provides a way to pass data through the component tree without having...
Continue reading...