Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 660 Bytes

06-redux-inspiration.md

File metadata and controls

14 lines (10 loc) · 660 Bytes
title permalink excerpt last_modified_at
Redux Inspiration
/create-react-app/redux-inspiration
2018-05-16 15:58:49 -0400

Redux Inspiration

Dan Abramov created Redux to make development more fun with better tooling.

He's the guy who's written some amazing modules like create-react-app, react-hot-loader and react-dnd.

He wanted a minimal API that improved the application structure and had better tools. Redux makes data management and debugging a whole lot easier.