Companion code for future blog post about Svelte. All four directories contain the same simple app, but written in four different frameworks — Svelte, Angular, React and Vue. Basic boilerplates were used and no optimizations were done, to keep it as simple as possible.
- Svelte: https://codesandbox.io/s/svelte-click-counter-j8pl8?file=/App.svelte
- React: https://codesandbox.io/s/react-click-counter-glswe?file=/src/App.js
- Angular: https://codesandbox.io/s/angular-click-counter-u8gww?file=/src/app/app.component.ts
- Vue: https://codesandbox.io/s/vue-click-counter-nrpyp?file=/src/App.vue