DEV Community

Discussion on: Wasp - language for developing full-stack Javascript web apps with no boilerplate

 
matijasos profile image
Matija Sosic

That is exactly what we were envisioning! We imagined a plugin/module system where developers could themselves implement certain integrations & features. We could expose Wasp AST (data structure that emerges after the initial parsing) so they could modify and expand it.

It's still very high-level thinking, but we also described it in bit more details in this issue on Wasp repo: github.com/wasp-lang/wasp/issues/227