Writing an application in React using Redux for state management

The Redux philosophy is that you keep all your data in a single store and operate on it via actions. Since react is technically just a view library and redux is technically just a state management library, a lot of architectural and design decisions need … Read more

Similar

When class-based React beats Hooks

As much as I love exploring and using weird tech for personal projects, I'm actually very conservative when it comes to using new tech in production. Yet I was an immediate, strong proponent of React Hooks the second they came out. Before Hooks, React r... (more…)

Read more »

Harnessing API’s with React: a different approach

Today we are launching react-instantsearch, a new library to build search interfaces with Algolia in React. This new way of implementing Algolia brings ideas that go beyond the creation of widgets using React - we think they will fundamentally influence t...

Read more »