Mathieu Schimmerling
b6803a0dc0
fix(script): fix README progression content generation
2023-07-19 23:37:57 +07:00
Mathieu Schimmerling
3dc395b87b
update readme
2023-07-04 17:05:17 +07:00
Esteban
2a5212521f
Update Ember percentages README.md ( #163 )
...
* Update README.md
* Update README.md
2023-04-06 09:21:20 +02:00
Taylor Hunt
a01e903494
Add Marko ( #149 )
...
* WIP: add Marko
* WTF, vscode
* Consistent final newlines
* Apply suggestions from code review
Everything except for the TS declarations since I think Dylan ought to weigh in
Co-authored-by: Michael Rawlings <mirawlings@ebay.com >
Co-authored-by: Luke LaValva <lukelavalva@gmail.com >
* Feedback: no space before method parens, no TS, else-if, ColorSelect works now
* Pre-bugbash updates
* This is probably why they want us to provide a linter
* Finishing touches
* Argle
* @rturnq feedback
* Match examples to other frameworks
---------
Co-authored-by: Michael Rawlings <mirawlings@ebay.com >
Co-authored-by: Luke LaValva <lukelavalva@gmail.com >
Co-authored-by: tigt <tigt@mortropolis.com >
2023-04-03 22:36:25 +02:00
Johnson Mao
baec35a10d
Add Component composition > Context for Qwik ( #155 )
2023-03-07 10:26:18 +01:00
Liou
f9509a70dc
feat(content): add render app > solid ( #157 )
...
* feat(content): add render app > solid
* fix: update Solid file sort
* doc: update readme
2023-02-28 11:31:25 +01:00
Johnson Mao
a949e27814
Add Component composition > Context for vue2 ( #153 )
2023-02-10 22:03:04 +01:00
ismailassa
6dd15a36e4
content: add context sample for vue3 ( #151 )
...
content: checking context for vue3
content: Changes for content Vue
2023-02-10 12:11:20 +01:00
yyl2020
251156d925
update readme about vue todo ( #143 )
...
* feat(content): add render app > vue2
* feat(content): add render app > vue3
* chore: update readme about vue todo
Co-authored-by: yuelin.ye <yuelin.ye@xbongbong.com >
2023-01-11 11:25:05 +01:00
Mathieu Schimmerling
38b114cf21
feat(content): update context example
2023-01-08 18:42:30 +01:00
Mathieu Schimmerling
7854a29d61
chore: update progress
2023-01-08 16:44:30 +01:00
Mathieu Schimmerling
f7b267d7eb
chore: update progress
2023-01-08 16:36:40 +01:00
Mathieu Schimmerling
9e79fe2291
chore: fix readme
2023-01-07 04:16:40 +01:00
Mathieu Schimmerling
2ecdd29f84
Add Web App Features > Render app ( #140 )
...
* fix(lit): remove all Lit "index.html" files
* feat(content): add webapp features > render app
* feat(content): add render app > svelte example
* feat(content): add render app > alpine example
* feat(fmw): add generic filename sorter
* fix(content): fix missing snippet blocks
* build(git): add build progress to precommit hook
2023-01-07 03:34:54 +01:00
Mark Roeling
3a15478c84
Feature: Add Aurelia v1 samples (complete) ( #133 )
...
* Add 1-reactivity files for Aurelia 1
* Add 3x templating, update readme (20%)
* Update readme to reflect proper icon for aurelia
* Finish 2-templating
Add event-click, dom-ref and conditional.
Update readme.
* Fix incorrect 2-3-loop and 2-4-event-click
Verified using codesandbox with typescript.
https://codesandbox.io/s/aurelia-typescript-sandbox-forked-rlniej
* Add on-mount
* Add un-mount
Not easy to test. The component is not really unmounted in this case.
* Add 4-1-component-composition
* Add 4-2-emit-to-parent
cs: add missing enter in 4-1.
* Add 4-3 slot
* Fix typo in 4-3-slot button
* Add 4-4-slot-fallback
Also, fix minor issue in 4-3-slot
* Add 6-1-input
* Add 6-2-checkbox
* Add 6-3-radio
* 6-3-radio add ts file for default value
* Add 6-4-select with object model
* Add 7-1-fetch-data
Refectoring could be beneficial for quality of the code.
Todo added in Readme.
* Add 7-2-router-link
Links can be set up using pushState, or using hash bashed routing.
The later is used in this example, with link to the documentation.
* Add 7-3-router-configuration
Update readme with finished #7 and 100% Aurelia1.
* Update 7-1-fetch-data
* Update files after PR feedback
* consistent filenames compared to other frameworks
* improved code style
(applied not just for the templates,
but the other Aurelia files as well.
Used VSCode "Format code" command on all files)
* Update Aurelia files
* Since scss is not default, use the standard css files instead.
* Apply filesorter to show the app-files first
2023-01-06 14:55:37 +01:00
Limon Monte
6d7187ecf3
chore: remove spaces before exclamation and question marks ( #136 )
2023-01-06 11:04:53 +01:00
Mathieu Schimmerling
be52cbcbfc
refactor: migrate from astro to svelte + vite to improve performance ( #131 )
...
* add highlighter
* add playground url
* add markdown support and notification center
* fix multiple md files
* add meta description with framework list
* fix: framework id loop index
* store frameworkIdsSelected in locale storage
* add generateFrameworkContent vite plugin
* add missing snippet case
* add content generate cache
* add angular component highlighter
* improve content generator organization
* add format and linter
* add git hooks
* add default frameworks
2023-01-03 01:36:47 +01:00
Mathieu Schimmerling
1380f959f6
chore: format with prettier
2022-11-09 02:11:46 +00:00
sunupDong
2b1e7b4980
feat: add vue2 ( #125 )
...
* chore: add vue2
* fix(vue2): delete playgroundURL
* docs(vue2): edit documentation link
* fix(vue2): colors
* fix(vue2): fix created
* fix(vue2): vue2 project useTabs changed to false
2022-11-09 02:53:51 +01:00
Mathieu Schimmerling
46d537631e
ci: specify node version
2022-11-03 14:43:32 +01:00
Mathieu Schimmerling
b7da285a0b
upgrade dependencies
2022-11-03 01:27:51 +01:00
Pablo Berganza
f7f27e7e8f
feat(qwik): add missing examples ( #118 )
...
* feat(qwik): add slot fallback example
* feat(qwik): add form input examples
* feat(qwik): add webapp features examples
* docs(qwik): update qwik progress
* docs(qwik): update qwik progress
2022-10-15 05:20:40 +02:00
Mathieu Schimmerling
e5bbe6f1da
update progress
2022-08-27 22:09:43 +00:00
Mathieu Schimmerling
4477d77dfc
Upgrade dependencies: Astro 1.0, fix Solid & Qwik examples ( #106 )
...
* feat: upgrade Astro to 1.0 and other dependencies
* chore: run prettier, fix lint on solid AnswerButton
2022-08-12 17:18:47 +02:00
David Kossoglyad (Hire me!)
bd3f3d4c43
chore: improve development environment and vs-code settings ( #103 )
...
* chore: update .gitignore
* chore: create vscode launch configuration
* chore: add code-spell-checker plugin entry
* chore(cspell): update spelling dictionary
* chore: lint readme.md
2022-08-10 01:49:25 +02:00
Mathieu Schimmerling
d13d00e44c
Update README.md
2022-08-09 14:30:57 +02:00
Mathieu Schimmerling
7c4e62872d
Update README.md
2022-08-06 01:08:13 +02:00
Mathieu Schimmerling
2d544fa43b
Update README.md
2022-08-06 01:07:41 +02:00
Evan Mattiza
ca803ab5c6
Add final alpine examples ( #96 )
2022-08-02 23:44:59 +02:00
Mohamed Ahmed Fouad
4cc0692247
feat(qwik): add 6 more examples for Qwik ( #97 )
...
* feat(qwik): add 6 more examples for Qwik
* Remove the export and fix the formatting
* pnpm-lock file update
2022-07-16 14:07:29 +02:00
Mathieu Schimmerling
c7ca0109fd
update progress
2022-06-09 02:37:12 +02:00
Mathieu Schimmerling
b6ccaee93d
chore: update progression
2022-05-23 16:33:44 +02:00
Sébastien Beaury
4605ef70bd
feat: add qwik framework section with declaring state ( #87 )
...
Co-authored-by: Beaury <Sebastien.Beaury@ca-tjrxqrq9lh.ht.home >
2022-05-23 15:55:29 +02:00
Israel de la Barrera
cf6aa79edc
feat(angular): Improvement in data fetching and updated readme ( #86 )
...
* feat(angular): add data fetch example
* feat(angular): Improvement in data fetch example
* feat(angular): updated angular progress in readme
2022-05-22 13:43:18 +02:00
Mathieu Schimmerling
d731b1a647
chore: update dep & update progression
2022-05-21 17:55:40 +02:00
JosepBR
65137dd67d
Add fetch data for vue3 ( #82 )
...
* feat(content): add fetch data for vue3
* fix(content): change vue3 fetch data to match React/Svelte examples
2022-05-21 17:46:00 +02:00
Mathieu Schimmerling
6b97dd3758
chore: update progress
2022-05-21 12:37:32 +02:00
Mathieu Schimmerling
f6cff21178
Update README.md
2022-05-20 01:44:00 +02:00
Mathieu Schimmerling
de691ccb33
chore: adjustments
2022-05-19 16:17:50 +00:00
Mathieu Schimmerling
27b41ffe7e
Update README.md
2022-05-19 17:51:13 +02:00
Mathieu Schimmerling
16433bc816
fix(scripts): fix progress script to find heading Progression
2022-05-19 02:01:49 +02:00
Mathieu Schimmerling
0c77a2440c
feat(content): add fetch data content for react & svelte ( #79 )
2022-05-19 01:52:32 +02:00
Mathieu Schimmerling
55b229baf3
Pretty README ( #78 )
2022-05-18 12:44:56 +02:00
Mathieu Schimmerling
5c096d0e02
chore: run formatter
2022-05-17 12:31:01 +00:00
Mathieu Schimmerling
6401ba12ea
Revert "Merge pull request #73 from matschik/feat/required-react-import"
...
This reverts commit a69607362c , reversing
changes made to c17359e1e6 .
2022-05-17 12:11:00 +00:00
Mathieu Schimmerling
687b85b100
docs(react): add missing react import
2022-05-16 19:09:41 +00:00
Mathieu Schimmerling
4a800be982
docs: update progression
2022-05-16 13:29:28 +02:00
Mathieu Schimmerling
039a76ef2c
feat: update progress
2022-05-16 10:54:26 +02:00
Mathieu Schimmerling
a665eb22b4
chore: update progress
2022-05-15 19:36:39 +02:00
Mathieu Schimmerling
b12cd94177
feat: format code, update dependencies, update progression doc
2022-05-15 19:19:33 +02:00