DEV Community

[Comment from a deleted post]
Collapse
 
fantasticsoul profile image
幻魂 • Edited

Hi, my dear friend, I have seen your awesome todo-app list written by different frameworks, so I add a new one written by React&Concent, hope you like it_^
codesandbox.io/s/todoapp-react-con...

And in the concent version todo-app, I mark some type comment to let you see the state、reducer、computed type very easily, so in concent it is easy to write with typescript and easy to let others understand.
here is another ts standard app: codesandbox.io/s/concent-guide-ts-...

Looking forward to your feedback about Concent, I will continuously optimize it to let more and more people write funny and powerful react.

By the way, as Concent works based on dependency mark、ref collection and state broadcast, if you check the react-dev-tool in CodeSandbox, you'll find the app's dom hierarchy is very less.

Collapse
 
fantasticsoul profile image
幻魂

I just fork your React Hooks version project and create the new one, thank you for your git repo, that let me can make a this demo quickly.