dependency? The idea behind this is to give you ownership and control over the code, allowing you to decide how the components are built and styled. Start with some sensible defaults, then customize the components to your needs. One of the drawbacks of packaging the components in an npm package is that the style is coupled with the implementation. The design of your components should be separate from their implementation. コードの所有権と制御を与えます! コンポーネントの構築方法とスタイルを決定できるようにすることが重要と考えています。 パッケージの欠点の1つはパッケージ化すると、スタイルと実装が密結合なっている。 コンポーネントのデザインは実装と切り離すべき!!
dependency? The idea behind this is to give you ownership and control over the code, allowing you to decide how the components are built and styled. Start with some sensible defaults, then customize the components to your needs. One of the drawbacks of packaging the components in an npm package is that the style is coupled with the implementation. The design of your components should be separate from their implementation. コードの所有権と制御を与えます! コンポーネントの構築方法とスタイルを決定できるようにすることが重要と考えています。 パッケージの欠点の1つはパッケージ化すると、スタイルと実装が密結合なっている。 コンポーネントのデザインは実装と切り離すべき!!