Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fabervitale/next-frameworks-sample-app
Repository of the apps used in the talk Next wave of Javascript frameworks
https://github.com/fabervitale/next-frameworks-sample-app
qwik reactjs solidjs vite wikipedia
Last synced: 13 days ago
JSON representation
Repository of the apps used in the talk Next wave of Javascript frameworks
- Host: GitHub
- URL: https://github.com/fabervitale/next-frameworks-sample-app
- Owner: FaberVitale
- License: mit
- Created: 2022-10-04T19:47:33.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-07-31T17:32:08.000Z (over 1 year ago)
- Last Synced: 2024-10-06T17:41:30.096Z (about 1 month ago)
- Topics: qwik, reactjs, solidjs, vite, wikipedia
- Homepage: https://next-wave-fw-slides.netlify.app/
- Size: 262 KB
- Stars: 0
- Watchers: 3
- Forks: 2
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Next wave of Javascript frameworks sample apps
## Description
Repository of the apps used in the talk `Next wave of Javascript frameworks`, whose slides
are available at https://next-wave-fw-slides.netlify.app/.Developed by [Guido D'Orsi](https://github.com/gdorsi) & [Fabrizio Vitale](https://github.com/FaberVitale).
## Apps
### Qwik app
- [url](https://next-wave-fw-qwik.netlify.app/)
- [source](https://github.com/FaberVitale/next-frameworks-sample-app/tree/qwik)
- [framework](https://github.com/BuilderIO/qwik)
- [build log](https://github.com/FaberVitale/next-frameworks-sample-app/pull/3#issue-1405193933)### React app
- [url](https://next-wave-fw-react.netlify.app/)
- [source](https://github.com/FaberVitale/next-frameworks-sample-app/tree/reactjs)
- [framework](https://reactjs.org/)
- [build log](https://github.com/FaberVitale/next-frameworks-sample-app/pull/2#issue-1401913265)### Solid app
- [url](https://next-wave-fw-solid.netlify.app/)
- [source](https://github.com/FaberVitale/next-frameworks-sample-app/tree/solidjs)
- [framework](https://www.solidjs.com/)
- [build log](https://github.com/FaberVitale/next-frameworks-sample-app/pull/1#issue-1397342181)