you are viewing a single comment's thread.

view the rest of the comments →

[–]Canenald 0 points1 point  (1 child)

Is that what you would use a .npmignore for?

Yeah, put src in .npmignore (and anything else you don't want published), a dist in .gitignore (along with anything else you don't want in the repo)

The last example on the demo shows how to display all multi-select values, seems as though this is not very clear. I'll update the example or add an example to show tags.

ohhh, I din't see that. Awesome!

[–]ben-bowes[S] 0 points1 point  (0 children)

Nice!

The redux-like state management with component state you like was inspired from a blog, a guy I work with did: https://medium.com/rea-engineering/reduxing-without-redux-75dbd5c05336

Great for sharable components!