solid-start icon indicating copy to clipboard operation
solid-start copied to clipboard

SolidStart, the Solid app framework

Results 393 solid-start issues
Sort by recently updated
recently updated
newest added

Probably an oversight. `solid-start`'s vite plugin completely omits the `babel` option for `vite-plugin-solid`. As for the server transform, I'm not sure where to put it, but for now I'll just...

Umbrella issue to track documentation for solid-start at https://docs.solidjs.com/start - [ ] #155 - [x] #154 - [ ] #141 - [ ] #120

documentation

Because I just saw https://github.com/solidjs/solid-docs-next/pull/114/files, I asked myself if `solid-start` should ship a solution for generating typings for `css-modules`. ATM, if you use `css-modules` and do smth like `import styles...

enhancement

There are a bunch of HMR related issues with `routeData` and `server` functions that need special consideration. @ghalle has been working on some fixes but this probably requires additional thought...

bug

This supports both Lambda and Lambda@Edge Still experimental but gives me enough to start implementing a construct in SST

adapter

There are a couple of types that have an optional undefined, enabling strict mode will help with handling them (also it will make sure that users of solid-start with strict...

enhancement

IS: During `npm run build` the `start-node` adapter currently runs three build processes, one if them is a pure [rollup](https://github.com/solidjs/solid-start/blob/1b82b2c94fa0314571b1c65350876ca7d5c5aa08/packages/start-node/index.js#L47) build. 1. That rollup build doesn't have vite's external-dependency detection...

bug

I just had to deal with some issues like https://github.com/solidjs/solid-start/issues/104 until i figured that the node version I used (12.13.0) was apparently not high enough. There should be a check...

documentation