Home
Softono

Web Components Good Practices

Open source MIT
81
Stars
3
Forks
0
Issues
4
Watchers
9 years
Last Commit

 About Web Components Good Practices

:sunglasses::ballotboxwith_check: Good Practices for build Web Components.

Platforms

Web Self-hosted

Links

Need Help Installing Web Components Good Practices?

We provide expert installation service for this software. Our team will install, configure, and secure Web Components Good Practices on your server. plans start at just $30.

Web Components Good Practices

View on GitHub

Good Practices for build Web Components

Note: The best practices presented here are about polymer, but you can follow these recommendations for any Web Components or other type of component based on Libraries or frameworks (like React or any other).

Tip: For open source projects see the Open Source Checklist.

Table of contents

Make reusable and composable

Cover the basics

Make maintainable

Improve performance

A11y

Make customizable

  • Use custom properties and expose the API for users with docs.
  • Use @apply rule for most generic style and expose the API for users with docs.

Document all

  • Provide a quick demo (like webcomponents.org inline demo).
  • Provide a full demo (Polymer iron-demo-helpers is recommended).
  • Describe how to download and use the component.
  • Describe how to style the component.
  • Specify the component support.
  • Describe your API. (example)
  • Describe how to run the development environment.
  • Describe how to run all the tests.

Publish to the world

Resources for learning