Skip to content

pdffiller/selectors-samples

Repository files navigation

Selectors Samples

Presentation describing the samples:

Selectors - reducing the coupling of React/Redux-applications

Local deployment

git clone git@github.com:pdffiller/selectors-samples.git
cd selectors-samples
npm install            # it is critical to install dependencies from master

Starting samples:

Choosing the sample:

git fetch
git branch -a
git checkout sample-<n-m>
npm start

Then follow to the instruction printed to console.

For windows users: npm start should be enriched with --port and --public options:

npm start -- --port <PORT> --public <you.loc.al.ip>:<PORT>

Public Deployed Samples:

  1. Sample Application without selectors (branch: sample-1)
  2. Application within buggy selectors (branch: sample-2)
  3. Application with memorized selectors (branch: sample-3)
  4. Application with two lists and unwanted rendering (branch: sample-4-1)
  5. Two lists with dedicated selectors (branch: sample-4-4)

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published