Commit Graph

267 Commits

Author SHA1 Message Date
lainbo
07e969303c refactor: ♻️ 重构汉化 2026-02-10 14:18:45 +08:00
driesdl
3f6aaab09d feat: add Ember Polaris examples (#304)
* ember polaris - fetch data example

* PR feedback

* renamed gjs

* ember polaris - render app

* readme - updated order and framework progress

---------

Co-authored-by: driesdl <dries.delange@ocular.be>
2025-10-14 17:06:45 +02:00
Mathieu Schimmerling
54eeee51b4 v3: Technical refactor (#302) 2025-09-21 23:13:53 +02:00
tijn
f9cf2c60a5 fix: use new reactivity system (#301) 2025-09-20 15:27:08 +02:00
tijn
34048cf9a3 add RippleJS (#300) 2025-09-19 23:56:59 +02:00
Luke LaValva
886fdcd1d3 feat(marko): udpate examples for v6 (#299) 2025-09-13 13:50:14 +02:00
dinnerhe
fc00b4ad84 Upgrade Angular Renaissance to Angular 19(Remove standalone flag) (#283) 2024-11-27 09:51:48 +01:00
BrainCrumbz
01fbb020a3 chore(lit): fetch data, extract function to create task in a separate file (#279)
Co-authored-by: Giuseppe Piscopo <g.piscopo@braincrumbz.com>
2024-11-16 04:29:46 +01:00
Mathieu Schimmerling
d670ca97a7 chore: remove useless comments 2024-10-27 14:08:38 +01:00
Lloyd Richards
62674262ce refactor(lit): update lit examples with current patterns (#268)
* fix: 🐛 spelling mistake for prop

* refactor: ♻️ use repeat to map over items

* refactor: ♻️ use lit task for async data fetching

* chore: 🚨 rebuild lock
2024-10-27 14:00:12 +01: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
Mathieu Schimmerling
56c957a173 v3 (#265)
* build(pages): move html pages generator to vite plugin

* refactor: remove all router related content

* refactor: replace tailwindcss by unocss

* refactor(app): upgrade app to Svelte 5

* build(pages): restore html pages generator on vite config

* chore: run prettier

* fix(ui): fix notification center slot render

* chore: upgrade dependencies
2024-10-06 20:13:08 +02:00
jiaxiang
7b2a3f1993 fix: On unmount example for Vue2 (#252)
* fix: On unmount  example for Vue2

* fix: props  example for Vue2

* Revert "fix: props  example for Vue2"
2024-10-04 17:18:10 +02:00
jiaxiang
f859395fc9 fix: props example for Vue2 (#253) 2024-10-04 17:17:53 +02:00
vwkd
b47c37e00e Update Time.jsx (#255) 2024-10-04 17:13:50 +02:00
vwkd
54cf29adc8 AnswerButton.svelte: delete whitespace (#256) 2024-10-04 17:13:24 +02:00
Ian Létourneau
7ea2a348e4 [Qwik] Use the inline component syntax for the minimal template example (#259) 2024-10-04 16:57:17 +02:00
Ian Létourneau
b1f8a3cc37 fix(qwik): use signal to track DOM ref (#260) 2024-10-04 16:57:07 +02:00
Ian Létourneau
70151d8e1b fix(qwik): use cleanup function to unmount (#261) 2024-10-01 09:46:11 +02:00
jiaxiangZhang
0441bc9ab3 Update dom-ref example for Vue 3 (#251) 2024-09-08 18:58:51 +02:00
Mathieu Schimmerling
649d3e006e content(react): fix react context (#247) 2024-07-28 18:31:22 +02:00
Nick K
0a32b6265d Fixes and improvements for some of Qwik examples (#233)
* Fix event click example for Qwik

* Fix computed state example for Qwik

* Fix update state example for Qwik

* Fix declare state example for qwik

* Fix conditional templating example for Qwik

* Simplify input text example for Qwik

* Simplify checkbox example for Qwik

* Simplify select element example for Qwik

* Simplify radio button example for Qwik
2024-05-04 13:05:44 +02:00
Kevin Ji
c1a66c2e9d fix(content): update PageTitle.svelte to match other frameworks (#230) 2024-04-17 22:02:09 -07:00
spuxx
6e9d59e50b feat: Add Ember Polaris examples and rename previous Ember examples to Ember Octane (#221)
* feat: Add 'Ember Polaris' examples and rename previous Ember examples to 'Ember Octane'

* chore: Update playground URL for Ember Polaris

* Merge branch 'main' into feat/ember-polaris

* chore: Adressed suggestions on Ember Polaris preview

* chore: Moved `favoriteColors` array to JavaScript

* chore: Improved component properties showcase on Ember Polaris preview

---------

Co-authored-by: spuxx1701 <hi@spuxx.dev>
2024-03-12 02:26:23 -07:00
liou
7b7d241471 feat(content): Add Context snippet for solidjs (#225)
* feat: add solid context demo

* fix: update filename
2024-03-08 00:08:30 -08:00
Mathieu Schimmerling
f79e5367e6 build: upgrade shiki and use markdownit 2024-03-06 21:38:53 +01:00
Bendegúz Hajnal
f4fa6ed088 feat(content): qwik update PageTitle.tsx (#224)
* Update PageTitle.tsx

The API changed since this example was added. See https://github.com/BuilderIO/qwik/pull/3215 and https://qwik.dev/docs/components/tasks/#usevisibletask

* Change all occurrences of useClientEffect$
2024-03-05 08:32:31 -08:00
Bendegúz Hajnal
3d0b9952d0 feat(content): qwik update Colors.tsx (#223)
Remove extra Fragment wrapper
2024-03-05 08:32:15 -08:00
Mathieu Schimmerling
50fa04a83c Revert "Update trafficlight.component.ts for Angular 17 (#214)"
This reverts commit dadc9ed194.
2024-02-09 09:11:30 +01:00
Mathieu Schimmerling
b35dbd3d23 Revert "Update colors example for Angular 17 (#213)"
This reverts commit 58fe4e78d9.
2024-02-09 09:11:12 +01:00
Mathieu Schimmerling
36b0ec16b6 chore: upgrade dependencies 2024-02-02 10:29:38 +01:00
SeyyedKhandon
59715a7dc7 fix: add rune $state to PageTitle.svelte (#215)
fix pageTitle not being shown/udpated
2024-01-27 02:46:39 -08:00
Josh Ibbotson
dadc9ed194 Update trafficlight.component.ts for Angular 17 (#214)
* Update trafficlight.component.ts for Angular 17

Updated traffic light example for newest production version of Angular.

* Update trafficlight.component.ts

Fixed unclosed switch statement
2024-01-26 07:40:04 -08:00
Josh Ibbotson
58fe4e78d9 Update colors example for Angular 17 (#213)
updated the angular example to be in line with the most recent production version of Angular.
2024-01-26 07:12:41 -08:00
nguyendhst
247adb3d9d feat(lit): add Context example for Lit (#211) 2024-01-06 23:26:23 -08:00
Mathieu Schimmerling
c642344f1a chore: upgrade dependencies 2024-01-04 01:28:44 +01:00
Thibaut Guénédal
e766539379 Rewrite Mithril "Fetch Data" example (#210)
* Rewrite Mithril "Fetch Data" example

* Delete obsolete useFetchUsers.js

* Conform to existing examples
2023-12-28 05:23:09 -08:00
Thibaut Guénédal
20494fd06e Fix: Mithril typos (#209) 2023-12-27 12:55:41 -08:00
dinnerhe
dcea146c25 Fix incorrect Angular selectors (#208) 2023-12-18 00:00:32 -08:00
dinnerhe
4e73bd77d9 Add standalone component & two-way binding to ng input example (#205) 2023-11-19 16:21:43 -08:00
Theodore Brown
1990eec8d0 Fix broken Fetch Data Svelte 5 component (#204)
* Fix broken Fetch Data Svelte 5 component

Also simplify the code by using state fields.

* Fix misspelling of "occurred" in several components
2023-11-18 13:38:25 -08:00
Theodore Brown
4e46721037 Update a few Svelte 5 examples (#203) 2023-11-16 02:02:46 -08:00
TheOnlyTails
02b5a0f2e0 Update Svelte 5 examples (#202)
* update svelte 5 examples

* remove unnecessary functions in event dispatch example

* Apply suggestions from code review

Co-authored-by: Simon H <5968653+dummdidumm@users.noreply.github.com>

---------

Co-authored-by: Simon H <5968653+dummdidumm@users.noreply.github.com>
2023-11-15 11:55:27 -08:00
SukeshP1995
fd84646d34 fix: fixed incorrect accessors when using userState (#200) 2023-11-02 04:02:35 -07:00
Ben McCann
b1bf303eb6 feat(svelte): demonstrate fine-grained reactivity (#198) 2023-10-26 10:21:31 -07:00
Leonardo Iglesias
84ec093b00 feat(content): add render app > qwik (#197) 2023-10-14 02:28:04 +02:00
Zura Moon
c7a5cf2c16 Update useFetchUsers.js (#194)
Make error back to undefined when users data exist and make data back to undefined when error exist
2023-09-27 06:28:57 +02:00
Waldir Pimenta
ffc390112d Change Vue 2 and Vue 3 examples to compact mode (#190)
This makes the code more comparable to Svelte, React, Alpine, etc.
2023-09-22 02:19:37 +02:00
Ben McCann
49dca5b3aa feat: add Svelte 5 runes (#188) 2023-09-21 06:12:43 +02:00
Mathieu Schimmerling
0b62d7ca54 chore: run formatting 2023-09-21 08:38:27 +09:00