30 Commits

Author SHA1 Message Date
lainbo
07e969303c refactor: ♻️ 重构汉化 2026-02-10 14:18:45 +08:00
Mathieu Schimmerling
f01955a390 chore: update dependencies and fix CodeEditor reactivity
- Update all dependencies to latest versions
- Fix CodeEditor file selection to use $effect for proper reactivity
- Disable analytics script temporarily
- Update sitemap
2026-01-08 10:05:36 +01:00
Mathieu Schimmerling
54eeee51b4 v3: Technical refactor (#302) 2025-09-21 23:13:53 +02:00
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
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
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
Mathieu Schimmerling
de691ccb33 chore: adjustments 2022-05-19 16:17:50 +00:00
Mathieu Schimmerling
d2ebcf8b08 feat(seo): update meta tags 2022-05-15 21:48:21 +02:00
Mathieu Schimmerling
f6f60f577e feat(seo): update banner with all available frameworks 2022-05-15 21:39:56 +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
bc52073a8d add meta tags 2022-04-28 14:18:49 +02:00
Mathieu Schimmerling
4744b57c83 minor fix 2022-04-19 11:09:43 +02:00
Mathieu Schimmerling
5df37cc2f3 improve filecode performance 2022-04-18 16:17:57 +02:00
Mathieu Schimmerling
6385751344 relocate client scripts 2022-04-14 17:19:23 +02:00
Mathieu Schimmerling
9088aa3e54 improve ui 2022-04-14 15:38:59 +02:00
Mathieu Schimmerling
71db4b388a use astro templating (#7) 2022-04-13 19:00:36 +02:00
Mathieu Schimmerling
7438f1f0df add remix routing 2022-04-12 17:32:27 +02:00
Mathieu Schimmerling
63056e24f5 hash change on scroll 2022-04-11 18:20:55 +02:00
Mathieu Schimmerling
94a2c049a3 host logos 2022-04-11 16:51:34 +02:00
Mathieu Schimmerling
c9d84bf0fb improve scripts 2022-04-08 21:43:57 +00:00
Mathieu Schimmerling
1602590156 improve seo 2022-04-08 20:51:22 +00:00