Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 900 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 900 Bytes

Rexus GitHub license Tests npm minizipped size

Rexus is Nexus' bestie.

It allows for the separation of resolver definitions vs implementations. This unlocks the ability to generate schemas without building the entire project. With Docker, this can be a massive improvement as it allows for layer caching & parallel builds.

As a bonus, it enables resolvers to call one another within the same shared context! The downsides? Well, additional overhead for one. Types are also lost with Rexus... for now.