
Full-Stack React, TypeScript, and Node
By :

In this chapter, we learned about the many tools professional frontend developers use to help write high-quality code. Whether it's the VS Code editor used to write the code, or the source code repository Git used to share it, all of the tools mentioned here are vitally important in doing the work of a frontend engineer.
By learning about these tools, you will become a much better programmer and your code quality will increase substantially. Additionally, your quality of life as a developer will improve because many of these tools can help track down issues more quickly and help you resolve them more easily than trying to tackle it entirely on your own.
In the next chapter, we will extend our knowledge of React by learning about Redux and React Router. Redux will help us manage global state and React Router will help us create client-side URLs. Both frameworks are very popular in the React community and provide many features that will help us create a more sophisticated...