Jeremy Darling
Jeremy Darling
Just stumbled across udom. While it's a complete nightmare to maintain I prefer individual packages over metapackages. Why, it encourages others to help maintain, keeps bugs with their owner, means...
So, it looks like its React and Redux. If I have a React and Redux project ideally I would just: ``` cd /some/project/folder npm install kajero --save ``` Then in...
That looks like it would work quite well actually.
Though I think for a reuseable component you would have to surface the raw Notebook and not the connected Notebook.
If there were a way to embed the component part (see #48) then a simple flag on the component saying readonly={true} would suffice. It would be interesting to set readonly:...
Sorry for the late response, been really busy and haven't had a bunch of time to go through my Github stuff recently. That should work just fine, though the Mongo...
Gladly take any enhancements on MongoMQ, I thought I was going to have time to maintain it and advance it earlier in the year, but unfortunately the project got canceled...
Sorry accidentally clicked close and comment :(
Hmm, wonder if it has something to do with the Babel version. Can you take a look and see what version of Babel your using? As that's basically an error...
Ahh Babel 6, I haven't tried D3RRC with Babel 6. I'll see if I can get some time and look into that as I know all the changes will have...