shadowtime2000

Results 134 comments of shadowtime2000

@ije Thoughts on this?

I have never used ReScript so idk most of the stuff. But it seems like ReScript requires an NPM package? This would be a very large feature and would probably...

@Zizico2 Once ReScript gets Deno support it would probably be simple to add support, we just need to write a plugin for our loader system then. I have no idea...

Possibly a problem with the esm.sh conversion of React but I am not sure.

Since compiled binaries can't use `import` straight for files relative to binary/executable we would have to rewrite our system to read the file and then convert it to base64 and...

We should also look into allowing users to bundle the entire app and the Aleph cli into a binary for cleaner deployment.

We could allow kind of programmatically invoking the CLI then users could have a file which calls Aleph with the config and then that file could be compiled into a...

> in fact you can replace the react import url to `preact/compat` in the `aleph.config.js` > > ```js-jsx > export default { > reactUrl: 'https://esm.sh/preact/compat', > reactDomUrl: 'https://esm.sh/preact/compat', > ......

Also @mohsenkhanpour we are moving to a system like you are proposing where plugins can hook into Aleph to add support for different frameworks - or so I think.

@ije Do you think we should start working on a framework system? Also, I think we could allow frameworks to allow passing options to them, so like with React we...