Monday, 26 February, 2018 UTC


Summary

sponsor
Detect, Diagnose and Defeat React Errors 
Rollbar detects when code breaks in real-time. Get stack trace + diagnostic data to defeat errors.
react
What to do after the React/Redux tutorials
You have taken React/Redux tutorials and feel you know most of the basics. You are now ready to take the next step, but what is the next step? Taking yet another tutorial? Write another TODO-app? Pay for a “mastering React” course?
How Algolia built their frontend search widgets with React.js by following redux principles
When Algolia built their first version of Frontend Search Component called Instantsearch.js I was not particularly fond of this solution.
Protected routes and Authentication with React and Node.js
In this tutorial we’ll quickly implement the basic authentication flow using JSON Web Tokens that a Strapi API provides but also, (which might be more interesting) how to use authentication providers (Facebook, GitHub, Google…) with Strapi to authenticate your users.
Pass props to a component rendered by React Router
In this post you’ll learn how to pass props to components being rendered by React Router.
Adding Storybook Style Guide to a Create React App
In this post (and the above 6 minute embedded video) we’ll look at how to add the Storybook style guide to a React web app boostrapped by create-react-app.