DEV Community

Discussion on: I'm making a React tutorial. Help me decide what to build!

Collapse
 
akb20 profile image
Aaron • Edited

Quite a few of those sound good. My main suggestion would be to include some examples of working with React Router v4. Specifically what's sometimes called "List detail view" (ie: a list of blog posts that shows only the title, but once they're clicked it loads the detail component and reveals the content of the post. Dev.to being one of many examples).

Looking forward to it!

Collapse
 
hrishio profile image
Hrishi Mittal

Hey Aaron, I'm going to start off with a very simple app in this blog post. I will add more things in subsequent tutorials.

I have done a series of lessons on React Router v4 covering index, show, edit and delete routes for a list of resources. Have a look in my list of tutorials here.

Collapse
 
akb20 profile image
Aaron

Ok cool. Will check it out!