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
Elliott Marquez
9c8091e712
Prefer @query over ref() ( #175 )
...
* Prefer query over ref
Lit team prefers suggesting `@query` over `ref`. Though this example is simple enough to just do `this.renderRoot.querySelector('input')!.focus()` as well, the title for this section is "dom-ref"
* remove typescript syntax
2023-09-15 13:49:47 +02:00
Mathieu Schimmerling
6b8e5d34a7
chore: upgrade dependencies
2023-08-14 23:26:26 +07:00
Dragon-Hatcher
56171914c5
Simplify next traffic light functions. ( #177 )
...
* Simplify next traffic light functions.
* Fix Vue 2
2023-07-28 21:48:38 +02:00
Raghav Kanwal
19918ec618
Added AppRender snippet for Angular ( #178 )
2023-07-28 21:47:59 +02:00
Elliott Marquez
f75b263489
Prefer css over styleMap() ( #176 )
...
prefer using performant static css tag over runtime styleMap()
2023-07-26 09:51:11 +07:00
Mathieu Schimmerling
03909e8451
chore(emit-parent): improve Svelte example clarity to match Vue examples
2023-07-22 02:33:03 +07:00