Overview of the reactivated package
mainThe reactivated package contains the JavaScript-side components of the Django Reactivated ecosystem. It provides the necessary infrastructure to integrate React into a Django project, including:
- Webpack configuration: Pre-configured build settings for bundling React assets.
- The Client: The core JavaScript client used to interface with the Django backend.
- Utils: Helper functions for managing the React/Django integration.
- The Server: Logic for handling the JavaScript/React side of the server-side integration.