What you'll learn:
- Build an application with React
- Build an application with multiple language (i18n) support
- Build an application with client side routing, by using react router
- Implement global state management with Context API and Redux
- Practice Test Driven Development in a complete project from beginning to the end
- How to mock external dependencies in testing
- Feel how the test driven development is giving confidence when refactoring your application
React is one of the most popular library for the client application development.
In this course we will be learning react by creating a web application with it. Also we will apply test driven development (TDD) methodology from beginning to the end.
We will use one of the most popular test libraries of javascript. jest and testing-library
whilebuildingthisapplication,wewilllearn
client-side routing. we will apply our custom implementation then we will use react-router library
internationalization
global state management by using react's context api and then replacing it with redux
andwewillsee
howtestdrivendevelopmentworks.
howit's affectingourcodequality,reusability
howit'sgivingustheconfidenceaboutrefactoringourimplementation
how to avoid implementation details while creating tests
Thiscourseispurelybuiltonpractice.Eachcodepiecewewrite,willbeforouractualapplicationimplementation.
Ineachsectionwewillgraduallybuildourapplication.Wewillnotjumpaheadandaddfunctionalitynotneededforthatmoment.Wewillimplementonerequirementatatime.Eachimplementationwillbringthenextrequirementtous.
And following this practice, will help you to get a solid foundation about overall web application requirements and how to implement one of them with react by following test driven development methodology.
After completing the course, you will be able to use React in your next project and you will experience the benefits of test driven development.