Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rosekamallove/svelte-presentation
https://github.com/rosekamallove/svelte-presentation
Last synced: 29 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/rosekamallove/svelte-presentation
- Owner: rosekamallove
- Created: 2021-08-01T10:13:33.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-09-07T05:12:52.000Z (about 3 years ago)
- Last Synced: 2024-10-20T07:30:56.341Z (about 1 month ago)
- Language: JavaScript
- Size: 1.94 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
**I would like all of yuo guys to go to both of these links:**
- [Concurrent React](https://rethinking-reactivity.surge.sh/#slide=24)
- [The Svelte Alternative](https://rethinking-reactivity.surge.sh/#slide=25)
These are from the slides of Rich Harris `Creater of Svelte`
---
**How To Speed Up Our Code**
- [ ] Break it into small chunks and move it around
- [ ] Put it in a web worker
- [ ] Rewrite it in Rust
- [x] Get rid of it**How it deals with styles**
- Real world example _the website we are working on_
- Parent Component's styles in Svelte doesn't affect child component's styles
- Tells us about unused styles and removes it from the compiled app