hldb / todomvc

collaborative todomvc built with welo
5 stars 2 forks source link

Use React hooks instead of components #4

Open talentlessguy opened 1 year ago

talentlessguy commented 1 year ago

It makes the code way easier to read now that everything in React world is written with hooks

tabcat commented 1 year ago

Have copied everything from https://github.com/tastejs/todomvc/tree/master/examples/typescript-react

It's functional so I hadn't planned on changing much of the React. I haven't done front end for a while and am in a time crunch.