Best of WunderGraphJuly 2022

  1. 1
    Article
    Avatar of wundergraphWunderGraph·4y

    Why not use GraphQL?

    Having too many versions of an API makes it very hard to keep track of. In GraphQL, there's only one version of the graph and changes can be tracked in a schema registry, a paid feature of Apollo. If you want to introduce a breaking change in this scenario without breaking a client, it's impossible. It would be impossible.

  2. 2
    Article
    Avatar of wundergraphWunderGraph·4y

    NextJS / React SSR: 21 Universal Data Fetching Patterns & Best Practices

    NextJS Universal Data Fetching is that you can put a data-fetching hook anywhere in your application, and it would just work. Most applications have some sort of authentication mechanism, but we need to make our API layer type-safe. Type-Safety is needed to avoid bugs and make Developers productive. What should happen if the user leaves and re-enters the window.

  3. 3
    Article
    Avatar of wundergraphWunderGraph·4y

    Stop building your MVP before figuring out 7 essential things: The Technical Founder #1

    Stop building your MVP before figuring out 7 essential things: The Technical Founder #1. .css-ze3n0k{outline:0;margin-top:2rem;line-height:1.2;font-weight:var(--chakra-fontWeights-bold);font-size:1-1.875rem;letter-spacing:-.025em; margin-bottom:var (--chakra-space-4);}.css-a9v878>*: not(style)~*:not(style);.css-yxapst{margin- top:0.25rem; line- height:1,

  4. 4
    Article
    Avatar of wundergraphWunderGraph·4y

    Authentication for NextJS with GraphQL & REST APIs and SSR (Server Side Rendering)

    Authentication should be easy to set up, low maintenance and not distracting the user. As a developer, I want to be able to log users into my application using one or more external authentication providers. NextAuthJS, while looking great, adds authentication directly to your application.