Question: Finally, use the twit template you implemented in step 1 to create a new route that displays a single twit. This route should behave as
Finally, use the twit template you implemented in step 1 to create a new route that displays a single twit. This route should behave as follows:
When a client requests a path of the form /twits/
Your single-twit page should contain only the site header and the individual twit that was requested, the following things should not be displayed or even present in the DOM:
Any twits other than the one that was requested.
The "create twit" button.
The "create twit" modal and its backdrop.
For full credit, you should use the same template to render both your root path / and the /twits/
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
