Skip to content

Fiddy2112/mern-trello-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ReactJS + Hooks + Redux - Building an App like Trello form scratch

Requirements

  • nodejs >= v14.7.0
  • npm >= v6.14.7
  • yarn >= v1.19.1
clone project and run test
$ git clone https://git_url_clone <project_dir>
$ cd <project_dir>
$ yarn install
$ yarn start

Note

  • Cloning out 1 array or 1 object is good but can't create a deep copy of the value i.e. it recursively clones the value

  • Example:

    const cloneCard = [...card];
  • Solution: using Lodash

  • cloneDeep

  • import {cloneDeep} from 'lodash'

  • Object inheritance is preserved.

My website Blog

** Coming soon !! **

Thanks for watching!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published