December 16, 2019

Day 14: Design system Builds #25DaysOfDS

Building design system is a task in itself but how your users are going to consume your design system in their code is an important task to plan for. This is important also because this will bring few more topics too such as release plans, maintenance, scalability, etc.

The best way is to provide the NPM packages that can be install and used by anyone. Do not forget to provide CDN link too. It is important to maintain the build tags per release in your code version control. Do update the folks when the new release is coming.

Testing is important of the build packages at all browser and devices.

No comments: