vobyjs / voby

A high-performance framework with fine-grained observable-based reactivity for building rich applications.
https://voby.dev
MIT License
879 stars 22 forks source link

Merge back the demo #24

Closed wongchichong closed 1 year ago

wongchichong commented 1 year ago

Hi,

I have merge back the demo, hopeful minimum changes, but still change most of the files by editor formatting. Maybe we can share the editorconfig.

~/ can't work.

use this to load all packages https://github.com/wongchichong/meta-voby

"packages/voby-demo": "https://github.com/wongchichong/voby-demo", will be removed since it merge back to voby

"packages/oby": "https://github.com/wongchichong/oby", will be remove too, since it use unmodified copy.

clone https://github.com/wongchichong/meta-voby, locally, let me know how to fix those compilation issues in https://github.com/vobyjs/voby/pull/23

and hopefully ~/ path alias too.

right now, if tsex compile wrongly, i just use the basic tsc to build and ignoring this error [vite] Internal server error: failed to resolve "extends":"tsex/tsconfig.json"

fabiospampinato commented 1 year ago

Sorry I can't merge this, the formatting changes and all the extra noise changes must be deleted for me to have a look at it. Same for the monorepo reorganization.

right now, if tsex compile wrongly, i just use the basic tsc to build and ignoring this error [vite] Internal server error: failed to resolve "extends":"tsex/tsconfig.json"

It should be fixed in tsex v2.2.4. In general it's better to just tell me about these bugs than to make a huge reorganization to work around them.


It may be easier to fork the master branch and just add 1 feature you implemented to it, and making a PR for that, so that we can review features one at a time without extraneous changes.