In our last session, we built a view for managing existing blog posts, and we went through the idea of a router. Now, it's time to build out the editing function. To build an edit function, let's first make an EditBlogView. Again, this should be very easy for you now.
Full article