Search posts, tags, users, and pages
Blossom
I write about tech and productivity
When it comes to testing your frontend applications; there are many testing methodologies: unit testing, component testing, integration and end-to-end test. This article focuses on unit and component testing as they are commonly used interchangeably ...
Stephen Odogwu
Stack: Python, Django, C, JavaScript, React.js, Node.js, FastAPI
Nice article you wrote ,but if I get you right,testing a React component before production is a form of unit testing also but because in React our codes are in components we can say we are testing the components.
Chinenye Anikwenze
Software developer && Technical writer
Thank you for this distinction. I just started learning how to test my code and this is most helpful
Glad you found this article helpful Chinenye
Stephen Odogwu
Stack: Python, Django, C, JavaScript, React.js, Node.js, FastAPI
Nice article you wrote ,but if I get you right,testing a React component before production is a form of unit testing also but because in React our codes are in components we can say we are testing the components.