This is the second part in a series about how at PayPal, we’re going all-in on our cross-domain javascript component platform. We want to… (more…)
Read more »
A while ago, I wrote a short post showing a minimal 33 line React. A lot of the comments focused on the Mithril-like syntax for the virtual DOM. So that we can ignore that aspect, here is a 96 line React with a JSX compiler.
(more…)
Read more »
ViroReact: AR and VR using React Native. Contribute to ViroCommunity/viro development by creating an account on GitHub. (more…)
Read more »
The intent of this tutorial is to build a simple but extensible Modal Window component, with these key features: (more…)
Read more »
React is a popular JavaScript framework for building user interfaces. This article shows why it was developed, how it handles user-controlled inputs, and what you should do to prevent cross-site scripting in React-based applications. (more…)
Read more »