vitext
vitext copied to clipboard
The Next.js like React framework for better User & Developer experience!
Looks like there hasn't been any updates in many months and no comments regarding React 18 support?
[Next/Link](https://nextjs.org/docs/api-reference/next/link) in vitext.
Super curious how fast startup, page updates, builds, etc, are vs the major SSR frameworks (Next and Nuxt). If this is 50-100x faster then it makes a good case for...
Bumps [tar](https://github.com/npm/node-tar) from 6.1.6 to 6.1.11. Commits e573aee 6.1.11 edb8e9a fix: perf regression on hot string munging path a9d9b05 chore(test): Avoid spurious failures packing node_modules/.cache 24b8bda fix(test): use posix path...
Bumps [semver-regex](https://github.com/sindresorhus/semver-regex) from 3.1.2 to 3.1.3. Commits See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...
Bumps [tmpl](https://github.com/daaku/nodejs-tmpl) from 1.0.4 to 1.0.5. Commits See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...
I tried intro example and bumped into a few problems: 1. vitext 0.0.1 is deleted, so I had to update it to `0.0.2` in the `intro/package.json` 2. next, `npm run...
MPA mode
There's a nice feature in VitePress & other tools called "MPA mode". I'm really impressed & I'd like to add it to Vitext! Info: https://twitter.com/youyuxi/status/1437628347161395207 https://twitter.com/youyuxi/status/1437632411060293638
Hi @Aslemammad Just to let you know that I've designed `vite-plugin-ssr` so that Vite frameworks can use it. In case that's something that you'd be interested in. I'm particularly interested...
As we discuss at Twitter, protential solution include Jotai & react-query. For Jotai, we can use initialValues: https://github.com/pmndrs/jotai/issues/340 For react-query, we can use QueryClient.prefetch / QueryClient.setQueryData, but it's a bit...