Commonly Used Commands
Best Practices & Coding Conventions
- Svelte Components should follow Pascal Case
Miscellaneous Points
- Functions that mutate arrays and objects do not trigger updates
- Dispatch Event is used to pass events from children elements to parent element
- Slots are used to define the location where the children elements are going to be placed in the component
- Transitions cannot be applied to Custom Elements (Wrap element to HTML element)