started · updated
React and Redux integration guides for frontend development
Technical tutorials provide guidance on integrating popular JavaScript frameworks with various development workflows. One guide focuses on implementing a counter component in React using Redux, a predictable state container for JavaScript applications. The tutorial covers transitioning from standard React state to using the React-redux library and handling asynchronous code.
Another resource details the use of React within Laravel projects, specifically highlighting the RILT stack (React, Inertia, Laravel, and Tailwind). This stack is available in Laravel 12's React starter kit and includes React 19, TypeScript, and Tailwind 4. The guide explains how Inertia.js serves as a bridge between the Laravel backend and the React frontend.
Entities
Facebook · Inertia.js · Laravel · React · Redux