-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Svelte example project #3287
Svelte example project #3287
Conversation
Thank you. |
Absolutely. Just thought I’d kick off a PR to pick up some momentum. Thank you for your quick reply and I’ll get working on the CI and e2e tests in-place. |
I would suggest refactoring this example app to https://kit.svelte.dev/ as this would reduce the setup boilerplate code tremendously and will probably become the recommended way to write real-world Svelte apps. |
Thank you for looking into this. A SvelteKit example would be great as well, but I made this for raw svelte on purpose. I’m making a few electron apps that utilize rxdb and that are written in svelte so this was the byproduct that i promised myself I’d share out. (: |
Had a little time to look at this today. I don't have a test completed yet, but it looks straightforward. Svelte is a compiler, so if all these tests are going off element ids/classes, we should have no problem as it's all there and accessible. Eager to see what the result is. Im hoping the reactivity of it all shines through. |
ok, @pubkey I just committed a basic e2e test. Now im itching to go test more things. Super cool framework. Is there anything else I need to cover? |
I tested this locally and merged it. I will add it to the CI. Thank you very much for your work. |
This PR contains a base-bones Svelte project that demonstrates how to use RxDB by way of a simple note-taking application.