vaadin / vaadin-connect

A Vaadin Labs experiment with a secure stateless communication framework
https://vaadin.com/labs/vaadin-connect
Apache License 2.0
18 stars 5 forks source link

Is this abandoned? #440

Closed soberich closed 4 years ago

soberich commented 4 years ago

Is this abandoned? I think this is the best approach, when it came out in "labs" (https://vaadin.com/labs/vaadin-connect) I was thinking "that's it - finally they did it!", but I see it's not moving...

Haprog commented 4 years ago

The vaadin-connect experiment has been integrated into Vaadin Flow since Flow 3.0.0 (which is part of Vaadin 15) and its features are being developed and maintained as part of the flow repository.

I notice it can seem confusing if you nowadays find this vaadin-connect repository or the old Labs page for it. This repository readme or description should probably be updated to mention the above and this repository archived.

If you want to use the latest version of these features, you probably want to try out Vaadin 16 or Vaadin 17 beta. See the documentation at https://vaadin.com/docs/v17/flow/typescript/quick-start-guide.html and https://vaadin.com/docs/v17/flow/client-side-forms/tutorial-binder.html

At https://start.vaadin.com/ you can choose to create a new project with Vaadin 16 or 17 and TypeScript based views.

We're also working on a new tutorial for creating an application with Vaadin and TypeScript views, if you want to take a sneak peek at the tutorial project code here https://github.com/vaadin-learning-center/crm-tutorial-typescript/ (work in progress).

soberich commented 4 years ago

Indeed this is confusing. Thank you.