572 Commits

Author SHA1 Message Date
Mathieu Schimmerling
e5bbe6f1da update progress 2022-08-27 22:09:43 +00:00
Casper Engelmann
9501b90cf7 feat(qwik): add lifecycle/on-mount (#111)
* feat(qwik): add page title example

* fix(qwik): typescript eslint parser
2022-08-27 23:44:01 +02:00
Casper Engelmann
d009e1d4f5 feat(qwik): add templating/dom-ref (#109)
* feat(qwik): add input focused example

* fix(qwik): typescript eslint parser
2022-08-27 23:43:34 +02:00
Casper Engelmann
3490b6cf37 feat(qwik): add templating/conditional (#110)
* feat(qwik): add traffic light example

* fix(qwik): typescript eslint parser
2022-08-27 23:43:04 +02:00
Casper Engelmann
2bd65771cd feat(qwik): add lifecycle/on-unmount (#112)
* feat(qwik): add time example

* fix(qwik): typescript eslint parser
2022-08-27 23:42:16 +02:00
Casper Engelmann
056cc437ba feat(qwik): add component-composition/props (#113)
* fix(qwik): typescript eslint parser

* feat(qwik): add user profile example
2022-08-27 23:41:29 +02:00
Casper Engelmann
d7f226dd08 feat(qwik): add component-composition/emit-to-parent (#114)
* fix(qwik): typescript eslint parser

* feat(qwik): add answer button example
2022-08-27 23:40:29 +02:00
Casper Engelmann
b88dbe0767 feat(qwik): add component-composition/slot (#115)
* fix(qwik): typescript eslint parser

* feat(qwik): add funny button example
2022-08-27 23:37:18 +02:00
Akis
eba0827094 fix(svelte): update sveltekit routing fs example (#108) 2022-08-19 10:40:19 +02:00
Mathieu Schimmerling
4477d77dfc Upgrade dependencies: Astro 1.0, fix Solid & Qwik examples (#106)
* feat: upgrade Astro to 1.0 and other dependencies

* chore: run prettier, fix lint on solid AnswerButton
2022-08-12 17:18:47 +02:00
Aaron van den Berg
ecf33962e2 fix(react): fix css property naming (#105) 2022-08-12 13:32:02 +02:00
David Kossoglyad (Hire me!)
bd3f3d4c43 chore: improve development environment and vs-code settings (#103)
* chore: update .gitignore

* chore: create vscode launch configuration

* chore: add code-spell-checker plugin entry

* chore(cspell): update spelling dictionary

* chore: lint readme.md
2022-08-10 01:49:25 +02:00
Mathieu Schimmerling
d13d00e44c Update README.md 2022-08-09 14:30:57 +02:00
David Kossoglyad (Hire me!)
dc0bd51e93 fix(ide): fix Volar from recommended extensions list (#102)
* fix(dev-env): remove "johnsoncodehk.volar" entry

The johnsoncodehk.volar extension in workspace recommendations have issue:  not found in marketplace.

* fix(dev-env): add vue.volar extension entry

pr: #102
2022-08-09 12:14:14 +02:00
Mathieu Schimmerling
7c4e62872d Update README.md 2022-08-06 01:08:13 +02:00
Mathieu Schimmerling
2d544fa43b Update README.md 2022-08-06 01:07:41 +02:00
Mathieu Schimmerling
149a1ae1a9 Update users.component.ts 2022-08-03 00:30:39 +02:00
Mathieu Schimmerling
1a6c365fa1 Update users.component.ts 2022-08-03 00:29:53 +02:00
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