Commit Graph

354 Commits

Author SHA1 Message Date
Evan Mattiza
ca803ab5c6 Add final alpine examples (#96) 2022-08-02 23:44:59 +02:00
Mathieu Schimmerling
d863460fc0 chore: improve naming 2022-08-02 23:43:29 +02:00
Enea Jahollari
138f2bacc0 Simplify all Angular examples (#99)
* Simplify all Angular examples

Removed non needed types (typescript inferences them itself)
Removed redundant files - moved most of the examples to use inline template and styles
Removed usage of pipes for simple things

* use interval (rxjs) for angular time component

* use non null assertion for viewchild

* fixup: use non null assertion for viewchild

* simplify fetch, rollback time component
2022-08-02 20:49:11 +02:00
Mathieu Schimmerling
8d12853846 remove unused import 2022-07-29 15:56:51 +02:00
Denes Pal
cc6bdb96c5 react: remove useMemo for simple calculation
It's not idiomatic to use useMemo for such a cheap calculation.
https://canimerge.com/should-you-really-use-usememo-in-react-lets-find-out/
https://blog.logrocket.com/rethinking-hooks-memoization/
2022-07-29 15:17:23 +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
NullVoxPopuli
de8dacf4bb Add fetch example for ember (#93) 2022-06-08 23:36:40 +02:00
81Magical
73fca45f73 correct vue template to {{time}} (#91) 2022-06-07 20:32:36 +02:00
Allan Deutsch
782e9c7a75 Update Time.svelte (#90) 2022-06-04 02:59:47 +02:00
Mathieu Schimmerling
b6ccaee93d chore: update progression 2022-05-23 16:33:44 +02:00
Mathieu Schimmerling
ec32de69fe refactor: remove unused .ext from framework configs 2022-05-23 16:32:27 +02:00
Mathieu Schimmerling
7a3480796a refactor: remove unused .ext from framework configs 2022-05-23 16:05:15 +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
Israel de la Barrera
7c516a7e58 feat(angular): add data fetch example (#85) 2022-05-22 11:17:39 +02:00
Mathieu Schimmerling
dde1ebf965 chore: fix lock 2022-05-21 18:01:15 +02:00
Mathieu Schimmerling
d731b1a647 chore: update dep & update progression 2022-05-21 17:55:40 +02:00
Pablo Berganza
cf86698513 feat(solid): add data fetch example (#84)
* feat(solid): add data fetch example

* fix(solid): update data fetch example
2022-05-21 17:47:49 +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
Pablo Berganza
c9ddfc67af feat(lit): add data fetch example (#83) 2022-05-21 12:25:42 +02:00
Mathieu Schimmerling
604e9ee744 Add Solid REPL (#81)
* feat(repl): improve repl by fmw, add solid repl

* fix: fix lz-string pkg esm

* feat(repl): sort files for repl generator link

* feat(repl): add css file support for solid repl
2022-05-20 04:00:42 +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
7f46dc06ab Update CONTRIBUTING.md 2022-05-19 17:54:56 +02: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
f0bed72ec7 Revert "docs(react): React must be imported in React files"
This reverts commit c17359e1e6.
2022-05-17 12:08:50 +00:00
Mathieu Schimmerling
cc4005d901 chore(angular): remove unused file 2022-05-16 22:09:19 +00:00
Mathieu Schimmerling
e93ba1300c Merge pull request #74 from matschik/61-computed-property-is-misleading
feat(react): on doubleCount, add useMemo
2022-05-16 21:24:10 +02:00
Mathieu Schimmerling
83859ec715 feat(react): on doubleCount, add useMemo 2022-05-16 19:22:31 +00:00
Mathieu Schimmerling
a69607362c Merge pull request #73 from matschik/feat/required-react-import
Add missing react import
2022-05-16 21:11:35 +02:00
Mathieu Schimmerling
687b85b100 docs(react): add missing react import 2022-05-16 19:09:41 +00:00
Mathieu Schimmerling
c17359e1e6 docs(react): React must be imported in React files 2022-05-16 19:05:14 +00:00
Mathieu Schimmerling
d4e1a4998f fix(seo): fix banner url 2022-05-16 15:23:02 +00:00
Mathieu Schimmerling
4a800be982 docs: update progression 2022-05-16 13:29:28 +02:00
Mathieu Schimmerling
d90bf4124b Merge pull request #69 from pablo-abc/lit-router-vaadin
feat(lit): add router example
2022-05-16 13:19:39 +02:00
Mathieu Schimmerling
5bf6c1a291 Merge pull request #71 from acorncom/patch-1 2022-05-16 13:17:07 +02:00
Pablo Berganza
e72bb90826 fix(lit): make example match with the other fws 2022-05-16 11:41:35 +02:00
David Baker
c7b9aa1e58 Fixed a typo 2022-05-16 12:28:30 +03:00
Mathieu Schimmerling
c428b36239 Merge pull request #70 from pablo-abc/solid-router-example
feat(solid): add router example
2022-05-16 10:59:33 +02:00
Mathieu Schimmerling
039a76ef2c feat: update progress 2022-05-16 10:54:26 +02:00
Mathieu Schimmerling
af8228a9c2 Merge pull request #67 from thetarnav/svelte-conditional
add spans to svelte conditional templating
2022-05-16 10:48:46 +02:00
Mathieu Schimmerling
96df32bcdd Merge pull request #65 from NullVoxPopuli/ember-additions
ember additions
2022-05-16 10:47:48 +02:00
Pablo Berganza
4e3ca7a93f feat(solid): add router example 2022-05-16 01:10:03 +02:00