Comment by syabro

1 month ago

Sounds really cool.

A few things I think should be considered:

1. Global state management? Props drilling really sucks...

2. How to deal with network? API is a must...

3. React/vue/svelte have a huge components database. Do we have to write our own? E.g. react-select...

PS Two-way data-binding was a thing once in the first Angular. But it turned out that most of developers used it everywhere and it dealt more harm than good

UPD: Found Fetch in API https://github.com/io-eric/coi/blob/main/docs/api-reference....