Coder Social home page Coder Social logo

redux-entities's Issues

OSS advice

Hi Alex !
I'm coming from your message on Slack.
Awesome work !

I've looked through both your packages and I have minor advice :

  • I think the main entry in your package.json isn't set correctly, people might not be able to use it as-is out of the box.
  • following the previous point, I think you should commit your webpack's built package in a dist folder for example, and set this as the main entry in the package.json. So people will have a working import stuff from 'your-package';
  • finally, maybe some tests ๐Ÿ˜œ, it will be reassuring for everyone using your lib.

Anyway, really good and useful libraries.
Cheers!

Feature idea: denormalize

Quick feature idea: Add ability to denormalize in selectors like getById

https://github.com/paularmstrong/normalizr/blob/master/docs/api.md#denormalizeinput-schema-entities

Potential ways it could be set up:
Option 1: Add a denormalize prefix that wraps all of the selectors
todoSelectors.denormalize(todoSchema).getById(state, 1)

Option 2: Pass schema in as third argument to getById
todoSelectors.getById(state, 1, todoSchema)
Although this is the cleanest in my opinion, this limits options in the future.
E.g. passing in a default as the third argument

Option 3: Pass schema in as third argument to createEntitySelectors. Then all selectors are denormalized by default
const todoSelectors = createEntitySelectors('todo', getEntities, todoSchema)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.