From d43b5567adf421545e98d4d4f7dab0e5bc44b269 Mon Sep 17 00:00:00 2001 From: Shinwoo PARK Date: Fri, 10 May 2024 23:23:19 +0900 Subject: [PATCH] docs(README): add rule --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5b6e937..11ccf91 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,7 @@ My goal is to create **fully typesafe**, **highly customizable** component with * **Hate script.** If you can do that with CSS, just do that with CSS. Why use JS? * **Love transitions.** Actually _Implementing In-Out Transition_ is much more difficult thing to do in react, especially with DOM manipulation. It really should be in the plan. * **Stick with defaults.** Just let others do their customization. And, well, TailwindCSS's default theme is pretty cool. +* **Keep component isolated.** Leave them alone. Don't make one dependent to others. ## Milestones