Mohammad Bagher Abiyat
Mohammad Bagher Abiyat
OH, I think you need to do `yarn install` on the root (`vitext` dir & not `vitext/packages/vitext`) first because it's a yarn monorepo!
That's really weird! Since I cannot reproduce the error, could you debug it if you're interested? You need to check the `resolveId/load` functions in the `plugin.ts` files. BTW, why does...
Hey @brillout. Yea, I love the vite-plugin-ssr, And I'd be happy to use it. But could you elaborate on where we can use it in Vitext? How & Why (I...
@brillout (special thanks for him) made an example of how we should use `vite-plugin-ssr` with frameworks (like vitext) for folks interested in contributing. Here's the [link](https://github.com/brillout/vite-framework)! I think moving vitext-core...
@tarngerine Check this: ```ts const previousAtom = atom(0); const valueAtom = atom(0); const derivedAtom = atom( (get) => { const previousValue = get(previousAtom); const value = get(valueAtom); if (value >...
@beaugunderson Could you try checking the Codesandbox builds in #517?
That's great; I'll research for it.
@Thiesl137 Let's close this, but your help would be so appreciated, so feel free to re-open it!
@dai-shi I'd be happy, but it'd be good if you good them somewhere in my priority list! so I can work on it soon!
@dai-shi Is there any problem with Vite 3, let me know if you see any issue there.