Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 693 Bytes

File metadata and controls

26 lines (18 loc) · 693 Bytes

Tech

  • Configure a JSLint like tool
  • Publish to NPM, naming have to be choosen wisely before
  • Type the log to be more pedagogical

Polish

Knowledge

  • List the various elements best practices from frameworks and web components authors
    • Describe a strategy if a component does not have a change event (Use observable)

VueJS

Have a look https://vuejs.org/v2/guide/components-custom-events.html#sync-Modifier

Generic

Find a solution to share context. See how Stencil explain how to do it.