Skip to content

React app with a defined redux boilerplate which is used to store users' information and fetch single user information from 2 different API-endpoints

Notifications You must be signed in to change notification settings

Aishanipach/Redux-Listing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Getting user information with React & Redux store🗑️

A react app with a defined redux boilerplate which is used to store user information.

React React

  • Using axios for getting user information from https://reqres.in/.
  • Semantics-UI for dynamic styling component
  • Loading component from react-bootstrap

(I tried with couple of other APIs before, hence the 'product' naming.)

Optimization analysis:

-tbd-

Using redux-devtools extension✨:

const store = createStore(
  reducers,
  {},
  window.__REDUX_DEVTOOLS_EXTENSION__ && window.__REDUX_DEVTOOLS_EXTENSION__()
);

redux/store.js

About

React app with a defined redux boilerplate which is used to store users' information and fetch single user information from 2 different API-endpoints

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published