Commit Graph

14 Commits

Author SHA1 Message Date
tijn
34048cf9a3 add RippleJS (#300) 2025-09-19 23:56:59 +02:00
Lucas Garcia
134358d8e6 feat(angular): add Angular Renaissance & update Angular snippets (#245)
* feat(angular): update the existing files + add the new angular (renaissance) practices

* refactor(angular): remove deprecated routing examples

* docs: update readme frameworks progress

* fix(angularRenaissance): fix folder name using right framework id

* fix: add some previous omissions

---------

Co-authored-by: lgarcia <lgarcia@kwfrance.com>
Co-authored-by: Mathieu Schimmerling <mathieu.schimmerling@protonmail.com>
Co-authored-by: LcsGa <lucas.garcia@tiime.fr>
2024-10-27 13:31:23 +01:00
Boaz Blake
0e0bee7d8c Add mithril (#165)
Co-authored-by: bblake <bblake@goempyrean.com>
2023-07-20 03:44:30 +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
Glenn Becker
bca04b9331 Update Qwik logo (#147) 2023-01-23 22:10:20 +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
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
P Christopher Bowers
f83a8d60e1 Merge branch 'main' into main 2022-05-10 17:20:54 -04:00
Mathieu Schimmerling
f2e463ab70 feat: add ember 2022-05-10 22:57:13 +02:00
P. Christopher Bowers
1b5a997720 feat: Added Alpine JS
Added Alpine JS as another framework library
2022-05-10 16:52:05 -04:00
Mathieu Schimmerling
bed9d66627 add lit framework 2022-05-08 00:26:31 +02:00
Mathieu Schimmerling
9cc681c568 add solidjs config & reactivity+templating 2022-05-03 22:43:46 +02:00
Mathieu Schimmerling
5df37cc2f3 improve filecode performance 2022-04-18 16:17:57 +02:00
Mathieu Schimmerling
94a2c049a3 host logos 2022-04-11 16:51:34 +02:00