Re: Wicket and Vue.js synergy

2020-08-17 Thread Илья Нарыжный
Dear, Wicket Developers, There is actually one issue in Wicket which will be good to get fixed before next release: https://issues.apache.org/jira/projects/WICKET/issues/WICKET-6815 Without it, we have to use a brutal workaround:

Re: Wicket and Vue.js synergy

2020-08-16 Thread Илья Нарыжный
Hello, Wicket Users! Vuecket went through an important milestone: all required functionality is ready to be used. Also here is tutorial on how to use Vuecket: https://medium.com/orienteer/vuejs-wicket-vuecket-ee7bd5534fee P.S. Btw, will really appreciate it if the link to Vuecket can be added

Re: Wicket and Vue.js synergy

2020-08-11 Thread Илья Нарыжный
Hello, Made big progress on marrying Wicket and Vue. Currently, existing features are listed in README: https://github.com/OrienteerBAP/vuecket/blob/master/README.md Will really appreciate constructive feedback! (Even if it's something like "I didn't understand the README":) ) Thanks, Ilya

Re: Wicket and Vue.js synergy

2020-08-04 Thread Илья Нарыжный
Thank you, Martin! If somebody interested, work has begun in the following repository: https://github.com/OrienteerBAP/vuecket Features which I plan to add soon: 1) Support of Data Channel: channels for synchronization of data on Vue side and named Models on wicket side. 1 way sync, 2 way sync,

Re: Wicket and Vue.js synergy

2020-05-08 Thread Martin Grigorov
Hi Илья, 7 years ago I've made a (small) integration with Ractive.js: https://github.com/martin-g/wicket-ractive and blogged about it https://wicketinaction.com/2013/08/surgical-ajax-updates-with-ractive-js/ IMO Vue.js has started as a fork from Ractive.js but Rich Harris says it just influenced