Gregor Woiwode
Gregor Woiwode
After writing the example above, I started thinking if we are talking about `cache & cacheAsync` instead of Memoization…
Hi, it might be relevant especially for form validation with async validations. But Fabian is also working on formish, that might solve this use-case. So maybe double check with Fabian....
Hey @shairez , Dmitriy told me about the renamings: @builder.io/* to @qwikdev/* (@qwikdev/qwik, @qwikdev/qwik-city etc) To me @qwikdev/qwik has redundancies. 2 times qwik. Personally, I would prefer @qwik-dev over qwikdev,...
Discussed with @shairez The package name is still debatable. `@qwikdev/qwik` could still become `@qwikdev/core`. cc @dmitry-stepanenko
`@qwik.dev/core` is good to read. - The framework name Qwik stands out - By accident we communicate the homepage-URL I am concerned if a `.` in a scope-Name comes with...
Hi @shairez, currently, Qwik 1.x exposes sub-packages, e.g `@builder.io/qwik/server`. Will Qwik 2 preserve the existing package-structure, or do we plan changes in that area, too? Could `@builder.io/qwik/server` become `@builder.io/server`? I...
@dmitry-stepanenko Do you know if all Qwik dependencies are mentioned in the chart that need to be updated?
Would we need to check for the used node-version in order to install the correct `@types/node` package?
I started looking where we need to extend the existing CLI. Here is something related to `qwik add`: https://github.com/QwikDev/qwik/blob/fcb56b0391a02493af72dca84af9f7fae538a2c3/packages/create-qwik/src/helpers/logAppCreated.ts#L25