Am I right to say if I don't use any client side frameworks like React, Vue, etc I should just stick to pattern-library? #8
-
I have been experimenting and trying to solve my own issues and after a while I am beginning to grok. The If I have no intention of using a client-side and use purely serverside rendering, I should stick to pattern-library. In other words, pattern-library is your attempt at providing a storybook for server side rendering? Did I get that right? |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments
-
I'd also appreciate clarification on the distinction between these two projects, and when to use one vs the other Would also be curious to hear about how both compare to https://github.com/EmilStenstrom/django-components -- would it make sense to use either this or pattern-library to document components designed to be used with django-components? |
Beta Was this translation helpful? Give feedback.
-
FYI I’ll be working on a new version of the docs shortly. So far this has been very experimental, so spending the time writing docs didn’t feel appropriate. Now the package almost has a stable API. For the question at hand,
|
Beta Was this translation helpful? Give feedback.
-
Looking for ward @thibaudcolas |
Beta Was this translation helpful? Give feedback.
-
I have updated the README with a "common questions" section that provides more details, and in particular has:
The TL;DR; is that I would recommend storybook-django to anyone finding Storybook compelling, and django-pattern-library to anyone else who might find Storybook too complex, just wants the most basic capabilities, or wants to get started with the simplest tool possible. |
Beta Was this translation helpful? Give feedback.
I have updated the README with a "common questions" section that provides more details, and in particular has:
The TL;DR; is that I would recommend storybook-django to anyone finding Storybook compelling, and django-pattern-library to anyone else who might find Storybook too complex, just wants the most basic capabilities, or wants to get started with the simplest tool possible.