Hi, I just watched “Do you really need Hibernate?” by Simon Martinelli - which was really interesting! Highly recommend watching it! https://www.youtube.com/watch?v=ykoUBctblno
I have a Hilla project which I’m planning on rewriting using jOOQ instead of JPA - is it possible to to only use jOOQ? Does anyone have a link to docs that would be useful?
Also, I couldn’t find anything in the docs regarding this but I’d like to create a Hilla project without the included react components/dependencies - is there way to do this? I remember reading it somewhere but can’t for the life of me find it again, it was an extra flag when generating the project
I think it should be possible. We have some components like AutoGrid which assume SpringData in use, but most parts the framework should be rather agnostic to how you implement your data layer in backend.
Wow! I didn’t know you were active in this discord! Congratulations on becoming a Java Champion!
No I agree, they’re great! But I would like more flexibility in regards to the styling and I’m also not a paying customer so I don’t have access to some of the components that I would like. Instead of using a mix of Vaadin components and my own ones I would prefer to have it all “controlled”?
Which pro components are you thinking of? You can go very far without those. And what other component set would you use instead?
Vaadin components are consistent in styling, and all are accessible. I don’t know any better component set.
Rich text editor, charts and crud mainly
I’m a big fan of using Radix UI combined with TailwindCSS for my components - but for RTE and Charts I’m using Tanstack charts and TipTap for RTE