DEV Community

Discussion on: How to build a React CRUD todo app (edit todo)

Collapse
 
tilkinsc profile image
Cody Tilkins

Hey cool intro!

This is fine for an introduction and sample of what react does, but this could be simplified by creating additional components. You can one component doing many things.

Collapse
 
joelynn profile image
Joseph Lynn • Edited

@tilkinsc I completely agree. In the next post I will be refactoring by creating additional components. Trying to keep things simple for an introduction, but it's getting messy. Thanks for the feedback!