Best of WunderGraph2023

  1. 1
    Article
    Avatar of wundergraphWunderGraph·3y

    5 Best Practices for Backends-for-Frontends

    The Backends-for-Frontends (BFF) pattern is an interesting solution to a problem many teams face. BFF stands for Backend For Frontend, and it’s a very clever way to architect your application in a way so that no matter how many different frontend experiences you offer, the core backend services remain intact.

  2. 2
    Article
    Avatar of wundergraphWunderGraph·3y

    Introducing the new React Query client

    WunderGraph Cloud is being released very soon. The new client is built on top of TanStack React Query, a powerful data fetching library for React. Testers will receive access to Wunder graph Cloud and 3 months Cloud Pro for free.

  3. 3
    Article
    Avatar of wundergraphWunderGraph·3y

    The Backend-for-Frontend pattern using NextJS: A Step-by-Step Guide

    The Backend-for-Frontend pattern, also known as BFF, helps with managing multiple frontends and avoiding monolithic backend APIs. This post provides a step-by-step guide on implementing the BFF pattern using Next.js and WunderGraph. It outlines the architecture, explains the use of Express.js for microservices, demonstrates the use of WunderGraph as a Backend-for-Frontend server, and provides code examples for setting up the backend and frontend components. Overall, the post highlights the benefits of using WunderGraph to simplify the development of BFFs and improve developer experience.