Hacker News new | ask | show | jobs
by Griffinsauce 1740 days ago
Same here but for other reasons: it just keeps breaking all. the. fucking. time.

Change anything about your webpack config? Good luck. Updating SB itself is also always a complete pain in the ass.

Worst of all, there are conflicts between its internal code and your app code. "isolated" is a lie, your components are webpacked along with theirs so if you use Emotion for styling for instance, suddenly you have a conflict in the style context.

Building a custom solution can be worth it depending on how many features you use.