Best of GraphQLJanuary 2023

  1. 1
    Article
    Avatar of communityCommunity Picks·3y

    Backends for Frontends Pattern

    Backend for Frontend pattern allows frontend clients to load UI-ready data projections and to refresh the UI with event-driven notifications. The BFF pattern has been adopted by companies like Netflix, where their Android team seamlessly swapped the API backend of the Netflix Android app, enabling them to work with their endpoint.

  2. 2
    Article
    Avatar of communityCommunity Picks·3y

    Using ChatGPT as an Educational Chatbot in a Next.js Frontend: A Guide

    Using ChatGPT as an Educational Chatbot in a Next.js Frontend: A Guide A Guide to Composing and Integrating APIs Together wunderstef “Within three to eight years, we will have a machine with the general intelligence of an average human being…if we’re lucky, they might decide to keep us as pets’s pets.

  3. 3
    Article
    Avatar of asayerasayer·3y

    NextJS vs RedwoodJS -- Which is better?

    NextJS and RedwoodJS are both popular JavaScript-based web development frameworks. The primary reason why software developers use libraries or frameworks is to save time and avoid reinventing the wheel. Both frameworks are designed to make it easy for developers to create fast, secure, and scalable web applications.