Mark Erikson
Mark Erikson
Yeah, this also starts to spiral off into "way too many options" just like the other categories :) I'd say it's worth adding a page on "prebuilt CSS libraries" and...
Oh hey, was just going back through my bookmarks and ran across Lee Robinson's post "How Should I Style My React Application?" ( https://leerob.io/blog/css-with-react ), which covers a lot of...
Another way to put it is: There's been _significant_ iteration on the React types over the last couple years, but zero official React releases during that time. With the current...
As a related note, the ["Variations"](https://github.com/markerikson/redux-ecosystem-links/blob/master/variations.md) page of my Redux addons catalog is where I've listed all the "Redux wrappers" I've seen. And there's a bunch of them.
> Maybe because there's nothing OOP in it ;) Eh, yeah. That said, it does echo a lot of the OOP-type wrappers in that it "removes" the specific definition and...
> Well the idea is after all that you don't have to write reducers at all :) Right, and that's kinda my main point. It's a very interesting-looking experiment, and...
Definitely a possibility. FYI, there are _also_ a number of existing "local component state in Redux" libs, which I've got listed at https://github.com/markerikson/redux-ecosystem-links/blob/master/component-state.md . Again, haven't tried any of them...
I'm running into the same problem. Using the boilerplate from https://github.com/davezuko/react-redux-starter-kit, and installed react-tree-menu into there. It seems that the common Webpack setup is to use babel-loader, configured to exclude...
This would also be very helpful.
Hi, Adam! This is for the app I've been working on :) I've decided we'll handle this by leaving the DB side with a `JSONObject` type for this particular field...