-
-
Notifications
You must be signed in to change notification settings - Fork 4.5k
Examples #2199
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
Examples #2199
Conversation
Codecov Report
@@ Coverage Diff @@
## master #2199 +/- ##
=======================================
Coverage 91.83% 91.83%
=======================================
Files 1 1
Lines 49 49
=======================================
Hits 45 45
Misses 4 4 Continue to review full report at Codecov.
|
Made some progress: https://v3sveltetechnology-ijjerzyadp.now.sh/examples At the moment I've just moved all the tutorial examples over. Some of them should be removed, and some of the previous examples should be moved back in. |
Not 100% happy with the design but it'll do for now. Better than nothing |
The organization is much better now. It's easy to get a general understanding of svelte3. A possible improvement would have a quick "tutorial" for each example, separate from the REPL. The tutorial could give some more context and explanations. Here are 2 references that are well done, i think, and that could be used for inspiration:
I'm happy to help! |
There's a tutorial here https://v3.svelte.technology/tutorial/basics |
Starting work on the examples page. First order of business — removing all the data.json5 files, and moving the data into the components themselves. This will allow us to get rid of the props editor, which a) takes up valuable real estate, b) is rarely used, c) is a source of confusion, and d) is a bug magnet.
I'm planning to remove the examples dropdown from the REPL page, and have all these things showcased properly on a dedicated page, with thumbnails that take you to a prepopulated REPL.