There is some documentation about how can I create a custom component with Vue or React and use then with vaadin?
tks
There is some documentation about how can I create a custom component with Vue or React and use then with vaadin?
tks
Only lit based components are currently documented. It might be possible that react components are coming in a later version this year
There is a blog post here: Creating a Java wrapper for a React component | Vaadin
I think a new blog article or webinar will come out “soon”, since it should be easier in the next version of Vaadin
Note, that in Vaadin 24.4 the React core library will be included by default, so the process can be slightly simplified from the blog post.