Telerik blogs

Latest

  • 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.
    May 27, 2021 7 min read
  • Web

    Getting to Know the New Kendo UI MultiColumnComboBox

    KendoUI
    The MultiColumnComboBox was one of the most requested items we've ever had in our feedback portal. Let's take a closer look at what it can do and how you can use it in your apps today.
    May 27, 2021 7 min read
  • Web Vue

    Creating and Managing Vue Projects with Vue UI

    Vue
    Vue CLI provides standard tooling for rapid development in Vue.js. Version 3 of the Vue CLI gives us a graphical user interface to create and manage Vue.js projects. Read along to learn how to create and manage a Vue.js project using Vue UI.
    May 27, 2021 5 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.
    May 27, 2021 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.
    June 06, 2024 5 min read