DEV Community

Discussion on: Speed up your React developer workflow with code generators

Collapse
 
aminmansuri profile image
hidden_dude

What I always wonder about code generators is if you can abstract it down to a more succinct language, then why not just program in that language and let it interpret at runtime? Why do I need to boilerplate at all?