If you've ever built a web app that had to request data from a different domain, you've probably had to wrap your head around the browser's same-origin policy and CORS. In this article we'll learn how to get around CORS issues using Create React App's proxying capabilities.
We thought React was crazy when it came with HTML-in-JS (JSX), but today, we are happy that revolution happened. It helped us build better components. Why not do so with CSS too? As a matter of fact, you can. Meet CSS-in-JS.
WebAssembly opens up the playing field, allowing any language with the right tooling - not just JavaScript - to be executed in the browser. See why this is something you should start exploring.
In this article we are going to build a React app to gather user input, use that input to request data from an API, and then render that data as a cool chart using the KendoReact StockChart. If you follow along, you'll have a nice little app that renders historical stock data in no time!
Follow along as we mock-up, design and lay out a sales dashboard with native React components from KendoReact, complete with a responsive grid, data, charts and more.