Lightning Web Components Best practices
- Using public, and private properties for effective component composition.
- When we should use @api or @track variable
- Event communication for child-to-parent as well as for sibling components (pubsub).
- Parent to Child Communication
- Child to Parent Communication
- pubsub
- When, and when not, to use Apex with Lightning Web Components
- UI Record Api in LWC
- Lightning Data Service in LWC (Lightning record form)
- Aura interoperabilitys Recipes, Patterns and Best Practices
- How to debug Lightning Web Components
- How to test Lightning Web Component (Lightning Testing Service)
- Jest Tests for Lightning Web Components ( LTS )