DEV Community

Discussion on: [Discussion] Challenges in Frontend for SaaS Apps.

Collapse
 
aseder profile image
Ahmad Seder

One of the things we faced, is that we have a SaaS with certain workflows but those workflows might vary between customers and adding a lot of if statements will make the code really ugly.
Our solution was to introduce "Flavoring" by replacing React components on the transpile time "Babel". And this forced us to write better reusable and smaller components.