redux-eggs
inertia
| redux-eggs | inertia | |
|---|---|---|
| 2 | 144 | |
| 73 | 8,034 | |
| - | 1.8% | |
| 3.8 | 9.7 | |
| almost 3 years ago | 3 days ago | |
| TypeScript | TypeScript | |
| MIT License | MIT License |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
redux-eggs
-
The new wave of React state management
We have docs on code splitting reducers and other Redux logic here:
- https://redux.js.org/usage/code-splitting
There have been some different community packages for helping with that process, but some of them seem to have become outdated (only worked with React-Redux v5, etc). I did see a new one at https://github.com/fostyfost/redux-eggs that seemed like it had potential, but I haven't had a chance to try any of them myself.
I also once saw someone play around with the idea of using React's still-not-technically-final Suspense support to help ensure that a lazy-loaded component that relies on a code-split reducer doesn't actually get rendered until that reducer's state is available. Don't have the link handy atm, but if someone wants it ping me and I can go figure out where that was described.
Also, the new RTK "listener" middleware was specifically designed to replace almost all saga usages, and you can dynamically add more listeners at runtime via dispatch an `addListener()` action:
- https://redux-toolkit.js.org/api/createListenerMiddleware
- https://blog.isquaredsoftware.com/2022/05/presentations-evol...
-
Why using Redux is inefficient for small/mid-sized apps?
I did see a recent package called https://github.com/fostyfost/redux-eggs which looked like it did the same kind of "add and remove modular chunks of Redux code" use case, but I haven't had time to try it out.
inertia
-
The Most AI-Friendly UI Frameworks – Summer 2026
Loved HTMX when I was writing code by hand. For my side project, I'm using Inertia so it acts like a request-response cycle, Vue+TS and Django+Pydantic so any hallucinations are caught by type checkers at both sides.
https://inertiajs.com/
-
Moving my SAAS away from React (and Inertia) to Elixir
If you've been following my journey, you know I went all in on Elixir a while ago. I left the React treadmill behind, picked Phoenix, and to keep React on the front end I used Inertia.js. For a year, I was happy. I built my SaaS, CourseShelf, and I had a lot of fun doing it.
-
A practical frontend roadmap for Laravel developers
Inertia wins when the product genuinely benefits from a client-side application model, but you still want Laravel to own routing, controllers, auth, and backend conventions.
-
Using Vue in Laravel Without Inertia
We can use inertia.js, but sometimes we just need to keep it simple. This also works for React and others.
- Django 6 Released
-
Laravel 8 New Features
The inertia and livewire are just different views components that come with JetStream, you can read more about Inertia and Livewire.
-
Released an Inertia.js Adapter for Mojolicious
I've released an adapter for using Inertia.js with Mojolicious, a Perl backend framework. Inertia.js is a bridging library that connects backend frameworks with components written in React, Vue, and other frameworks.
-
Htmx is hard, so let's get it right (Part 1)
I do this with Vue in Symfony PHP apps. Depending on the scope I eitehr have a full build pipeline for the JS (preferred) or will include the files direct from a CDN and have in-HTML templates that are parsed on load.
For passing data into it I've used Inertia.js [0] and also my own data-in-page setup that's parsed and loaded into the Vue app. The app then writes the changes back out, usually into a hidden form input. The form on the page is then submitted as usual to the server, along with any other data that I need.
It's a great way for adding more complicated behaviour to an existing app.
0. https://inertiajs.com/
-
Unfiltered - Anonymous Inbox for the Internet
Inertia.js
-
JSX over the Wire
This feels a lot like https://inertiajs.com/ which I've really been enjoying using recently
What are some alternatives?
redux-dynamic-modules - Modularize Redux by dynamically loading reducers and middlewares.
react-rails - Integrate React.js with Rails views and controllers, the asset pipeline, or webpacker.
nextjs-redux-toolkit - NextJS Typescript Integration with Redux Toolkit
turbo - The speed of a single-page web application without having to write any JavaScript
devtools - Replay.io DevTools
Stimulus - A modest JavaScript framework for the HTML you already have