Building large scale application is more difficult than many people understand or expect. Join me in this long running series where I set out to duplicate one of the most popular social media platforms ever creating using Java, Spring Boot, Spring Security, PostgreSQL data, React JS web application framework and more.
In this episode we complete wrap up the work needed for the edit list modal. To start out we needed to update the edit media modal and corresponding components to be able to close out of the edit media modal and reopen the edit list modal. Then we had to update create list modal form to display the correct values in the input areas when we start editing the list, as well as we needed to update the create list user selected to be able to tell react which tab to open the modal on. Finally, we setup the ability to delete the list be creating a new modal component to be opened when the delete list button was clicked. After created the logic and html for the delete modal we styled it, and tested everything out to ensure the changes were working properly.