Solid-Start error when using fetch/axios/ky to call to external service SSR
Current User Items Cache
Does store setState check for equality before updating signals?
tanStackQuery/Solid/Astro

Update array of signal by index, it does unfocus on typing
Second component instantiation has no owner when under vinxi start in a npm linked component
getOwner()
goes null
and this happens in an application I'm upgrading from solid-start 0.3.11 (worked under pnpm link). Seems like this would be something in vinxi, but I'm not sure. Could there be an issue in Solid-Js?https://github.com/nksaraf/vinxi/issues/473 I'm simply using
npm i --save ./cmp
which saves the folder as a file link "file:cmp" in package.json
. Then (in the reproduction), I installed solid-js in cmp
and create a component that logs getOwner()
and then I included that component in the parent solid starter route/index.tsx
....I'm struggle with createResource
Passing a component as a context value

vxini seems to be packaging and shipping all server code to the client
vinxi dev
seams to be sending every JavaScript file in my project, probably even code accessed only from "use server" functions (although I can't be 100% sure yet). I understand I should wrap code in isServer
conditions which, prior, I only used when necessary and I'm confused why there is such big change to cause so much code to load. This is all in one page load as well.
Adding more isServer functions for tree-shaking will be a lot of changes, I would like to know a bit about what is going on first and make sure I'm doing everything I can using app.config.js
. The first thing that raised a red flag was all the rollup warnings about externalizing many node packages which mostly went away when I added rollupOptions.external: [/^node:/]
.. How did solid-start 0.3.11 know not to import all of the node packages without this external pattern? Is there something I can do or something I can disable to get things running more like solid-start 0.3.11 so I can slowly transition into more of a isServer
tree-shaking approach? It seams that 0.3.11 was doing a better job, although I'm sure there are good reasons for changing this. But with 0.3.11 I never encountered any issues with missing client-side code.
Thank you for any insight that would help me better navigate how to tackle this one!...How to avoid page flickering when asynchronous resource updates

Prevent queries revalidation if error in action
Trying to implement Wrappy bot for my product
Nesting server side functions in namespaces or any kind of block of code.
.all()
or .query()
server-side function. It would make my code much cleaner after all. I tried to implement the namespaces like so:
Library database code
src/lib/db.ts
...How to test for is loaded for a create async source change
Error in production only: <A> and 'use' router primitives can be only used inside a Route.
Why is this store change doesn't trigger a reactive computation
Making a custom graph reactive
Spooky behaviour while deploying in production