Telerik blogs
  • Web

    Managing State in GraphQL Using Apollo Link State

    React
    GraphQL isn't just a way to communicate with remote APIs—it is a data query and manipulation language for data in general. Apollo Link State gives you the ability to manage your local state by performing queries and mutations. This provides a single interface to all of your data, both local and remote, avoiding the need to include another state management library such as Redux or MobX in your app.
    January 04, 2019 7 min read
  • Web React

    GraphQL in React with Apollo

    React
    GraphQL APIs are the future, but how do you get started and use them right now in your React app? This is easily done using the Apollo library, which can be configured quickly using Apollo Boost, or with more fine-grained control using Apollo Client along with Apollo Link. In this article, we'll show how to fully integrate Apollo into your React app from setting up the client to executing a query and displaying its results.
    January 02, 2019 9 min read
  • Web React

    KendoReact: Using Charts and React Hooks

    KendoReact UI Components
    This post is part of a series on customizing KendoReact UI components and uses the React Chart component to shows how to work with React Hooks.
    December 28, 2018 5 min read
  • Web React

    KendoReact: Customizing Components

    ReactT Dark_270x123
    A companion article by Eric Bishard brings our highly informative video series by Tara Z. Manicsic to the Telerik blog. In the fourth post, Eric demonstrates how to customize the Grid component.
    December 26, 2018 7 min read
  • Web React

    KendoReact: Adding a Grid, Dropdown List and More

    ReactT Light_270x123
    In the third part of our Getting Started with KendoReact series, Eric Bishard shows off how to use some of our most popular KendoReact components in a React app.
    December 21, 2018 3 min read