CST438 - Module 5
What did I learn in the fifth week of CST438?
This week I implemented two React frontend components for the gradebook (AssignmentsStudentView & AssignmentGrade). For AssignmentsStudentView, I learned how to fetch data from a REST api using the fetch function and jwt authentication to display the results within a table format using React state and the .map() method to display everything accordingly. For AssignmentGrade, I learned how to implement React dialog modals, managing arrays of objects, and handling editable inputs. Furthermore, I learned how onChange works differently when editing a single object versus an array of objects, and how each service communicates to one another when they are separate services communicating via RabbitMQ. In the end, this is another week down and I hope that everything can keep going strong.
Comments
Post a Comment