How to use same function by writing different code in react, vue and svelte.
npm run dev // base app
cd react
npm run dev // start react micro app
cd vue
npm run dev // start vue micro app
cd svelte
npm run dev // start svelte micro app
- state
- function
- props
- lifecircle
- slot
- computed
- watch
- if
- for
- ref
- style
- context
- Angular
- pages' style