shadowtime2000
shadowtime2000
It seems like with the new project restructure the only thing we need JSDoc in now is `redirect`. I guess JSDoc for internal code would be pretty cool because it...
> Server choice of std vs oak might be an option that could be picked from when the Init UI (#47) is in place. Could skip the need for documentation....
@Hunam6 I don't think popularity should be the deciding factor. Just because many people use it shouldn't really mean that the choice should be available. Going for a custom server...
This could definitely become it's own `/x/` package because of usefulness, but prob best to start off of small by keeping it here.
> I'm not sure if it's possible to make this work with esm.sh version of react/react-dom at the moment It probably won't be able to work. It's probably going to...
Currently our function to detect if a function is a React component doesn't support arrow functions. @ije Do you know any way it could be done?
Can you share more information such as reproduction steps?
Might be worth looking into possible incompatibilities with [esm.sh](https://esm.sh) and the PostCSS Deno plugin, but if [esm.sh](https://esm.sh) is working properly (and it probably is) they should be close to entirely...
> that makes sense to use `deno.land/x/postcss` since alephjs works on Deno, the problem is that many plugins are not compatible with deno, for example if we import **autoprefixer** from...
@ije I see that there is an external thing for other NPM packages so it works for stuff like peer dependencies or something, but is an `?external` option made that...