DEV Community

Discussion on: How a single JSON file could become your entire code base

Collapse
 
wintercounter profile image
Victor Vincent

I'm having a similar approach. I have a few predefined/builder components and I define layout and hierarchy in JSON. With a single instace of this codebase I serve 100+ completely different websites, with a 150k React bundle size, including styles!

Collapse
 
zelcion profile image
Zelcion The Dev

This is an amazing work! Keep up <3