-
-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: new extension vike-solid-query
#111
Conversation
- Moved the `vike-solid` project from the root directory to `packages/vike-solid`. - Updated scripts and dependencies to align with `vike-react` and ensure proper functionality. - Verified build and test processes to confirm successful migration. - Updated `README.md` in the root directory and `packages/vike-solid` directory to reflect the new project location.
…zammi/feat-vike-solid-query2
…zammi/feat-vike-solid-query2
3ff0694
to
3091389
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just a few typos to fix. It also needs to be updated from main
branch. After that, we are good to merge!
…zammi/feat-vike-solid-query2
@magne4000, LGTM ? @brillout, we’d love to hear your thoughts on this. |
Let's just merge and continue the work on another PR 👍 |
I quickly glazed over the readme; looks good. I wonder if it's possible to have the interface be more like FYI there are couple of typos, inconsistent code formatting, and markdown formatting errors in the readme. Nothing much changed on LGTM. |
Also, the main readme needs to be updated. I've aded |
@magne4000 @brillout
Please take a look and review this PR.
Note that I haven’t added any tests for
vike-solid-query
yet because we need to add some code tovike-solid
to detectcrawlers and bots
, and then use renderToStringAsync() for that. Also a bit of refactor.As Rom suggested, maybe we could merge this since we've refactored to a monorepo and continue with the remaining work in a separate PR.
closes #94