Kyrylo Hrishchenko

Results 8 comments of Kyrylo Hrishchenko

I’m also trying to use Mirage as a single source of truth for my mock data. When I need to test React components without API calls, only using the data...

> Just a heads up it used to work this way and PrimeTek intentionally removed it: #2671 @melloware, thank you for the heads up. I missed it. Based on the...

Hi @samselikoff @IanVS , sorry to ping — just wanted to check if you’ve had a chance to look at this. Appreciate your time!

> Can I ask, did you use AI tooling to make the changes? Sure! AI was my navigator through the codebase and architecture (I’m coding in Cursor IDE), but that...

> In any case what do you think about extracting the ORM you'd like to re-use into a new package? That way you wouldn't be blocked by Ian or me...

Hey @heiwen, I wouldn’t recommend trying to use the `mirage-js/orm` package until the first version is officially released. It’s still a work in progress. You can follow updates in this...

> @samselikoff Separately, is there any npm release planned for miragejs/orm? I can share a short update on my progress for those interested in the `mirage-js/orm` release. I’m still in...

**Update:** Today, I merged a [major chunk](https://github.com/miragejs/orm/pull/6) of what I’ve been working on over the last two months. It introduces some of the most important Mirage features: relationships, serialization, and...