Hello, what do you suggest for a team that needs t...
# doodle
c
Hello, what do you suggest for a team that needs to implement their own design system. Should they go directly to implementing behaviours or just extend existing ones. The reason i am asking is because of the bundle size.
n
i'd start by extending existing behaviors to see if that covers your needs, then do fully custom ones if you can make them more efficient. the biggest issue for me is bundle size here will be pulling in more dependencies than you need. so building a
Theme
that works like
BasicTheme
is key. essentially, having each behavior added only when their module is explicitly added to the app. https://nacular.github.io/doodle/docs/theming#dynamic-themes