This is a proof of concept for a way to use React, Redux and SSR to accommodate users without JavaScript. You can read more about this in the blog post, and try out the demo here
I hope to implement something like this in the future for my side project Wishy.gift, a privacy friendly wishlist service :)
git clone [email protected]:wishy-gift/todo-react-redux-noscript.git
cd todo-react-redux-noscript/
npm install
npm run build
npm run dev