Pagedraw / pagedraw

a UI builder for React web apps

Home Page:https://pagedraw.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Make it framework-agnostic

niutech opened this issue · comments

What would it take to make Pagedraw framework-agnostic, i.e. replace React with any other component-based JS framework, such as Vue or Riot? Which parts of Pagedraw should be changed?

Angular support’s already in there— find the flag in config.coffee :)

It’s architected to be fully framework agnostic, and very easy to add new frameworks (see core.coffee)

We realized, just before we were about to release Angular, that proper use of Pagedraw would mean Pagedraw wraps the underlying framework, from the perspective of the developer. The developer actually shouldn’t really care if they’re using React or Angular or whatever. So we picked the best one (React) and hid the other frameworks away.