by stephen on 5/13/24, 1:42 PM with 1 comments
One of our early adopters challenged us to be less humble in our marketing, and this silly-but-serious blog post is the result. :-)
Disclaimer this post assumes a lot of familiarity with ORMs, so that it can focus on how Joist (and the JavaScript + TypeScript stack) has solved these historical issues, but the rest of the Joist docs try to be more tutorial/beginner oriented.
by floodfx on 5/13/24, 3:34 PM
- Bullet-proof N+1 prevention,
- Tracking loaded relation/subgraph state in the type system, and
- Backend reactivity, for declarative cross-entity validation rules and reactive fields.
Wow!