0

After looking around at Senna.js documentation I couldn't find any indication as to whether the framework has support for two-way data binding, in the context of Liferay 7.0, like Angular2 and React.

Has anyone looked into this? It'll be great if you could share your findings.

netlander
  • 1,128
  • 1
  • 11
  • 12

1 Answers1

1

Liferay employee here!

Senna.js exists to solve one particular problem: navigation for Single Page Applications. That means it doesn't do two-way data binding.

If you're looking for something like Angular or React, I'd recommend checking Metal.js which is also a Liferay project.

Zeno Rocha
  • 3,226
  • 1
  • 23
  • 27
  • Can you point me to some documentation in regards to two way data binding in Liferay 7.0 using Metal or anything else? Thanks – netlander Mar 01 '17 at 11:56