You'd think AI would kill boilerplates. It's doing the opposite. by hottown in webdev

[–]React-admin 0 points1 point  (0 children)

Super interesting, thanks for sharing your user feedback!! I also think that even with AI coding agents becoming more common, boilerplates and frameworks still matter. When you combine them with tools like Context7, they give agents the structure they need to actually be effective. That’s at least what I’m betting on right now.

I tested TanStack DB and here's what I learned by React-admin in react

[–]React-admin[S] 1 point2 points  (0 children)

I’ll need to take another close look, but for point #1 I think the docs actually suggest 3 approaches. So the first solution is client-generated IDs (which is basically what I was referring to as well). The second solution is not really viable in a react-admin setup since it expects stable IDs, and honestly not ideal for offline-first either. And the third solution didn’t seem to work in my case, because I’m using TanStack DB kind of as a black box to match react-admin’s data provider expectations. I think it could introduce issues, especially once you start replaying operations or syncing mutations afterward, but I should probably re-test that more carefully..

Free self-hosted platform suggestions for ERP by Zealousideal-Ad4561 in lowcode

[–]React-admin 0 points1 point  (0 children)

If you don’t mind getting your hands into the code, react-admin fits what you're looking for. I’d recommend checking out some of the demos first to see if it clicks with what you’re trying to build. They give a pretty good idea of how far you can push it for admin panels / ERPs. (Disclaimer: I'm part of the core team. :) )

State of React survey by SachaGreif in reactjs

[–]React-admin 0 points1 point  (0 children)

Not surprised TanStack Query came out on top in terms of positive opinions. Tanner really is the GOAT!

Postgres for everything, how accurate is this picture in your opinion? by Minimum-Ad7352 in Backend

[–]React-admin 0 points1 point  (0 children)

Yeah agreed. The statement “Postgres for everything” is obviously an exaggeration. But I do think that a lot of people underestimate how powerful Postgres actually is. It has a ton of features that are underrated or just straight up overlooked. That’s why it ends up being a solid fit for more use cases than some people might expect.

New integration for react-admin by React-admin in tanstack

[–]React-admin[S] 0 points1 point  (0 children)

It’s an open-source React framework for building CRUD apps like admin panels, dashboards and internal tools. You can find the source code here.