Skip to content

lwc 301

James Hou edited this page May 12, 2021 · 2 revisions

This section covers advanced topics around both high level and low level component design.

It is designed to help you make decisions around how to approach making:

  • Reusable components
  • Components for use in declarative tooling
  • Having your API design be ergonomic
  • Gotchas / pitfalls for all of the above

My experience has been mostly in-house, so some of these concepts may not be applicable for all situations but I hope you can glean insight from them regardless.