Building React and Django Apps
.MP4, AVC, 1280x720, 30 fps | English, AAC, 2 Ch | 56m | 232 MB
Instructor: Rudolf Olah
.MP4, AVC, 1280x720, 30 fps | English, AAC, 2 Ch | 56m | 232 MB
Instructor: Rudolf Olah
Discover how to combine the robust front-end functionality of the React framework with the best of the Django back end to build full-stack applications. In this course, join Rudolf Olah as he demonstrates how to wire together the two frameworks, add pagination, secure, and test your applications. Throughout the course, discover how to prepare your React code for production and communicate between the front-end and back-end servers using Axios. Plus, learn how to implement filtering with React and Django, build your own custom React hook, and use unit testing and end-to-end testing to ensure that your app is ready for production.
Topics include:
Preparing React code for production
Pagination with Django and React
Filtering with Django and React
Creating a basic form as a React component
Connecting a React component to a service
Validating form data with Django REST framework
Refactoring React with hooks
Writing unit tests