Learning Unit testing - Jest and React Testing Library
Read about how to begin unit testing in your project, what are the challenges you might face, and my short story around learning unit testing.
Sep 4, 202018 min read
Search for a command to run...
Read about how to begin unit testing in your project, what are the challenges you might face, and my short story around learning unit testing.
Learn about how to build a reusable, extensible, developer-friendly component with 7 simple design principles.
Do you know that software versioning even follows superstitions, has political and cultural impact?
Excited about what does it take to conceptualize, and publish a library? Learn about project setup, test cases, different JS Modules, Tree shaking, an
Learn about Closure, JavaScript execution context, the power of Closure using two practical examples.