Usually we just run `create-react-app` command in the terminal to spin up a React app. Most times that will do, but this CLI tool has hidden gems that can make your developer life more productive beyond the normal scaffolding. Here are 10 more things you can do with CRA.
So far in the Kendo UI and Angular Unite series, we've built a to-do app that is functional, but what's missing in the UX is motion! Some animations would really snazzify our app while providing useful feedback as well as a spatial mental model to our users.
It can be tempting to cut product testing short to get a product out the door faster. Why should it take so long, anyway? Cian O'Connor explains why this is a corner you should never cut.
At Build 2018 Kevin Gallo announced that Microsoft would introduce a way for developers to use Windows 10 controls with existing WPF and Windows Forms apps. That functionality was called “XAML Islands.” Learn how to use them to modernize your application.
We know there are a lot of JavaScript frameworks out there, which is why the HTML5 Report Viewer in Telerik Reporting can be implemented in Angular, React and Vue.
The idea of creating reusable components is not so new, but platforms have often limited the reusability of these components. With web components, we can finally create reusable components that are also platform agnostic. In this article, you can find out what web components are and how to build your very first web component.
The sixth edition of ECMAScript - the scripting language specification by which JavaScript is standardized - introduced many new features, enhancements, and shortcuts to the JavaScript programming language. This version is commonly known as ES6. In this article, we will learn about the most commonly used ES6 features, such as let/const, destructuring, template literals, modules, and more.