vaadin / hilla

Build better business applications, faster. No more juggling REST endpoints or deciphering GraphQL queries. Hilla seamlessly connects Spring Boot and React to accelerate application development.
https://hilla.dev
Apache License 2.0
906 stars 57 forks source link

[autogrid] offer auto CRUD components also for Lit #2490

Open egloffmark opened 4 months ago

egloffmark commented 4 months ago

Describe your motivation

I like to request that the newer CRUD auto components get also offered with Lit and not only for the react version of hilla. Lit is an established framework and should be treated equivalent as react.

Describe the solution you'd like

Offer the same auto components for lit.

Describe alternatives you've considered

Would require a lot of own development and to be enforced to switch to react which seems to be more complicated and has larger footprint than lit.

Additional context

See missing auto components available for react https://hilla.dev/docs/react/components/auto-crud https://hilla.dev/docs/react/components/auto-grid https://hilla.dev/docs/react/components/auto-form

Legioth commented 4 months ago

We are not planning anything like this at the moment since the different API conventions and difference in state management philosophy would basically mean that we have to implement the same thing over again.

I wrote a more general overview of where we are with regards to Lit support in Hilla in a form post a while ago. Everything from that post still holds true.