Skip to content

zelaznogydna91/devices

Repository files navigation

Devices

Readme Logo

This project was kickstarted with the Create React App example with styled-components, an example folder that can be found within material-ui repo.

You can give it a try here


It shows the different ways the following tools and patterns can be used:

React

  • Isolated state through custom hooks.
  • Local state for the simpler state needs.
  • Optimizations on rendering components for responsiveness.

Redux, React-Redux & Redux Toolkit

  • State slice creation pattern to quickly develop complex store logic.
  • Async data fetching through thunks.
  • Continuation patterns for saga-like effects.

API

  • CRUD operations
  • Best practices for response manipulation to better fit app logic and optimize usage of data and requests.

How to use

Run this little express.js mock server

Note: You might have to configure a different PORT for the server to run along this app on the same computer.

Install the project

npm install  

or

npm ci 

Run the web app

npm start

About

A webapp for simple device management

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published