DEV Community

[Comment from a deleted post]
Collapse
 
vonheikemen profile image
Heiker

If you don't have anything against templates you should give Vue a chance. The documentation it's just awesome. But the best thing in my opinion is that you can avoid the whole bundling transpile thing until it is absolutely necessary.

If you choose to go the React way (by using React or a React-like library) you could take a look at this pattern. They have real world example and everything. This is not how people use it, but still think is interesting.