React.
5 posts with this tag
React
Don’t Over React! Render Binary Data with Class.
Eventually, your React web app will accept file uploads. JavaScript has exceptional APIs for handling chunks of binary data, but the interaction with React can cause some major performance hiccups. Discover the performance implications of 5 different ways to work with user-submitted binary data!
React
DESTROY ALL CLASSES: Turn React Components Inside Out with Functional Programming
With React's stateless functional components you can create ambitious apps that are 98% plain ol' JavaScript. In this real-world example, we'll use functional programming and higher-order components to turn class-based React Components into stateless functional components.