React Newsletter #4

Flux for components, The React Quick Start Guide, and STRML/react-grid-layout


Articles

Flux for components

Since Flux is a pattern, developers have been able to create various implementations of Flux to better fit their needs. Here, Brian creates his own implementation for Flux by creating instances for the Flux actors instead of using singletons.

The React Quick Start Guide

Are you new to React? In this article Jack does a great job of breaking down the fundamental building blocks of React from components, to props, state, and everything in between. If you're just getting started with React, this is should be one of the first posts you read.


Projects

STRML/react-grid-layout

react-grid-layout is a draggable and resizable grid layout with responsive breakpoints, for React. It supports breakpoints which can be provided by the user or autogenerated. If you're looking for a draggable grid layout for your next React project, check out this repo.


made with ❤️ by ui.dev