Configure Visual Studio Code to Lint React and JSX Syntax
A short tutorial on how to enable React JSX syntax checking in Visual Studio Code using ESLint.
A short tutorial on how to enable React JSX syntax checking in Visual Studio Code using ESLint.
In 2015, two years after its initial open source release, React took the position formerly held by Angular as the darling of the web. It’s used on some of the biggest sites in the world, such as Facebook, WhatsApp, Messenger, Instagram, Netflix, Airbnb, Uber, NFL, Dropbox, Asana, Atlassian, Khan Academy, Flipkart, Imgur, Reddit, Paypal, WalMart, WordPress, Wix, SquareSpace, etc.
Let’s be clear though: any UI you can build with React you can also build without React. React’s value proposition is that it simplifies your UI code, making it easier to build and maintain: it is declarative, component-based, uses one-way data flow, and has an API that most developers can become productive with in an afternoon. The people at Facebook have had so much success with it on the web that they thought – hey, wouldn’t it be great if we could write native mobile apps like this too? And so React Native was born, and the mobile development landscape will never look the same again.
With the recent release of Angular 2 and React.js capturing growing interest, there are now SO many options to build a front-end to our web applications. Along with the increasing number of developers and the explosive popularity of JavaScript, what was the wild wild west of app development is maturing with it’s own best practices and idioms of software. In this talk we’re casting a wide-net on the range of possibilities for building next-gen front-end apps by looking at the options we have for both building and deploying applications on the edge. Join us as we build and deploy an app in real-time using both Angular 2 and React.js.
React is a library for building user interfaces. Developers specify how an application “should look”, and React automatically updates the page when the underlying data changes. React is able to do this through a process we call “Reconciliation”. In this talk, I’ll describe how reconciliation works within React, and how we use it to enhance both performance and user experience. In addition to being conceptually interesting, understanding the reconciliation process will allow you to better optimize your own applications.
In this talk, I’ll describe how reconciliation works within React, and how we use it to enhance both performance and user experience.
Podcast: Play in new window | Download (Duration: 28:34 — 25.5MB) | Embed
Today’s TechCast features Brent Vatne, who explains how the React Native framework can be used to build applications in both iOS and Android using JavaScript and CSS. We talk about how Brent got started on the project, how he prefers React Native to iOS and Android native development, and how it stacks up compared to … Read More
Ember is the only front-end framework that prides itself on being a complete, off-the-shelf solution for building ambitious JavaScript
applications. In this talk, Tom will take you on a tour of the highlights of this battle-tested framework.
not valid
not valid
not validPodcast: Play in new window | Download (Duration: 54:55 — 147.7MB) | Embed
React changed how we think about developing user interfaces. In this talk I’ll cover fundamental shifts in thinking presented by React and why they’re important.
Podcast: Play in new window | Download (Duration: 26:38 — 24.4MB) | Embed
Gource — open source visualization tool, example Haydle visualization Ember 1.8.0 — the move to HTMLBars React.js: How does it fit in with everything else? GitHub Enterprise on AWS At AWS ReInvent this week – AWS Lambda – cloud computing functionally– oh and there’s support for Docker via containers Rob Eisenberg leaves Angular team Khan … Read More
Learn how a new library for ClojureScript called Om, a simple functional layer over Facebook’s React, makes some traditional hard problems in MVC based UIs simple without abandoning the abtractions OO programmers find useful. These concepts are easily portable to other systems provided the presence of persistent data structures.