Introduction to React

In this webinar, you’ll learn what React is and how it fits into the big picture of modern web development. Through live coding demos, you’ll learn about the key concepts of React, including: the Virtual DOM, one-way data flow, and how to write, test, and compose React components.

Introduction to GraphQL & Relay

Learn how GraphQL improves upon Rest Services In this week’s Introduction to GraphQL & Relay webinar attendees learned how GraphQL could help improve upon Rest Services by allowing them to view data as a graph. This data can also be queried to serve data in the shape and amount needed by the consumer. Relay was also…

Using TypeScript with React

Want to learn how to combine TypeScript with React for top-notch enterprise JavaScript coding? TypeScript makes available critical programming features from C# and Java such as strong-typing, interfaces, and generics. React has become a very popular library for building multi-platform UI components. Combine the two, and you get a powerhouse of rich functionality to code…

Angular Benchpress and Performance Tests

Ben Nadel wrote a blog post that explored the performance of rendering a large dataset using Angular (version one) and React. It was a good post and demonstrated the perceptible difference between an Angular 1 application and a React application. The example application (found here) was intended to give a feel for this performance difference.…