Static Server-Side Rendering - I
Learn to implement static server-side rendering in the application.
Expanding the form
The form that edits a Team
has the backing form objects CreateTeamFormData
and EditTeamFormData
. To allow for adding and editing of the users on that team, we’ll need to expand those objects.
Single player data
We’ll start by creating TeamPlayerFormData
which contains the information of a single player and their position on the team:
Get hands-on with 1200+ tech skills courses.