The other day, I was listening to NPR’s How I Built This podcast episode on the creation and success of Airbnb. It’s an outstanding podcast and if you’ve never listened, you should. But that particular episode struck a chord with me because of this: Airbnb literally wouldn’t exist if it hadn’t been for user testing. Find out more in this article.
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.
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.
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.
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.
After definition and design is done, user experience resources tend to leave the project. As a result, most projects are finished out without any UX expertise—which is often when it's needed the most. However, with one small budget change, you can ensure your UX investment doesn't go to waste.
Quickly and easily create the perfect theme for your app and apply it across all of the cool UI libraries from Progress with Sass ThemeBuilder. Grids, charts, pickers, even buttons—all fixed at once! Let’s take a look.
A progress bar is used to show the length of a process. In this blog, Alberta Williams reviews the Kendo UI`ProgressBar` component and its different use cases.