Jerel Miller
@jerelmiller
Software Engineer @apollographql as a core maintainer of Apollo Client. Opinions my own.
If you'd like to know how we arrived at our decision or would like to join the conversation, check out our pinned GitHub issue. github.com/apollographql/…
7/28 😂. Apparently I know nothing about Dates
I made a quiz about the JS Date parser is. It's very easy and you will score very high. jsdate.wtf
Type testing is a must for any library developer who ships TypeScript. Severely underrated and hugely impactful. Love seeing more attention brought up to this.
Are TypeScript types worth testing? Sometimes. Here's when, and how.
Introducing Apollo MCP Server Learn more about how Apollo MCP Server gives you zero-code MCP tool creation, native REST/GraphQL support, and built-in policy enforcement: apollographql.com/blog/getting-s… #GraphQL #MCP #APIOrchestration
Come work with me! We are looking for another engineer that will help shape the future of Apollo Client. If you're interested, DM me and apply for the position here! apollographql.com/careers/39c996…
“He is not here, for he has risen, as he said. Come, see the place where he lay.” Matthew 28:6 Thank God for His incredible gift of His son Jesus. He is risen indeed!
Explore our Apollo Connectors GitHub repo! We’ve open-sourced pre-built connectors for: ✅ Stripe ✅ Strapi ✅ OData ✅ Trimble Maps Clone, customize, and contribute! 🔗 Check it out → github.com/apollographql/… #GraphQL #ApolloGraphQL #APIOrchestration
Today we released Apollo Client 4.0-alpha.0. The biggest two changes: We switched over to rxjs as our observable layer, and we completely revamped the bundling story. That's a big boost for interoperability, general bundle size and tree-shaking. github.com/apollographql/…
Seems we picked a good time to migrate Apollo Client to RxJS 🎉. Work in progress here if you want to follow along: github.com/apollographql/…
🚨🚨🚨 It's happening!! If you'd like to know why RxJS 8 development halted about a year ago, this is why. Future versions of RxJS will align with and use native observables! The journey to standardization (in different venues) has gone on for 10 years. There's a lot more to do…
This has now been released in 3.12.5. Hopefully this provides a smoother upgrade path from older versions of Apollo Client! Thanks to everyone for the feedback.
We are changing the default behavior of the `MaybeMasked` type starting with Apollo Client 3.12.5. We've had feedback that upgrading to 3.12 has been more challenging than expected given the current default is to unwrap the types. 3.12.5 will now leave query types alone until you…