React v16.2.0, immutable updates in React and Redux, and server-side rendered stypled-components with Nextjs
React 16.2 is now available! The biggest addition is improved support for returning multiple children from a component’s render method, called fragments.
This article covers how to capture text input and input via other form elements like , , and . Working with them is paramount to web development because they allow our applications to receive data (e.g. text) and actions (e.g. clicks) from users.
Immutability is kind of hard to wrap your head around at first. It seems like a paradox. Changing the data without changing the data? Huh? On top of that, writing code to do immutable state updates is tricky. In this article you will find a few common patterns for dealing with immutability.
Out of the box, Next.js comes configured with styled-jsx. But what if you want to use something else for styling? This tutorial will walk you through how to use Styled Components with Nextjs.
Authentication and Authorization rules are THE MOST IMPORTANT security considerations when building a production app, yet they are often left out as a second thought. In this post, you'll be building authentication (Who are you?) and authorization (Are you allowed to see this?) flows to a TodoMVC react app.
LogRocket records everything that happens on your site. Watch pixel-perfect video of what the user saw. See console logs, network requests, application state and browser metadata. Understand the root cause of bugs and support tickets quickly. Get started with LogRocket for free
From the creators of CodePush. Ship better apps faster by connecting your app’s GitHub repo and automating the rest. After pushing new code, App Center can build your app in the cloud, test it on thousands of real iOS and Android devices, release to beta testers, app stores, or CodePush, and monitor production with crash reports and analytics. Start for free.
High performance subscription-based form state management for React.
React component prototyping tool that generates fully connected class component code.
A React front end client that communicates with the Spotify API.
This talk is a general introduction to ReasonML and ReasonReact. Created by Facebook, ReasonML is a syntax layer and toolchain for OCaml and yet another compile-to-JavaScript, typed language.