Skip to content

Laniman/spbfiller-test-assignment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Application example

SPBFiller test assignment

Deploy

Live Demo

Test assignment

Information

  • Data about the position of the changed block is sent to the Redux Store at the end of the drag (handleDraggableStop)
  • All blocks are rendered on the screen. There are performance issues when working with a large (50K+) number of blocks
  • App config in src/app/config.js
  • Draggable lib - react-use-gesture
  • Boilerplate (Redux Toolkit) - cra-template-redux
  • redux-logger is available in the production build to monitor every action

Development

Checkout this repository locally, then:

$ yarn install
$ yarn start

Creating a Production Build

$ yarn build

Run local http server (with npx http-server ./build)

$ yarn serve