/Redux_ColorPicker

React, Redux, API, Axios

Primary LanguageJavaScript

Color Picker

Create React App:

React App

Redux

Redux

yarn add redux react-redux

Redux-thunk

Redux-thunk

Feature: Thunks are the recommended middleware for basic Redux side effects logic, including complex synchronous logic that needs access to the store, and simple async logic like AJAX requests.

yarn add redux redux-thunk

Axois

Feature: Promise based HTTP client for the browser and node.js

Axois