Jimmy Jia

Results 391 comments of Jimmy Jia

Are there currently any codemods in react-codemod that apply to third-party libraries rather than to React proper?

Let's do react-community-codemod. (Or reactcommunity-codemod?)

I should list the alternatives here that I see: - Keep doing what we're doing right now – to add a dep for a library, add it by hand to...

Ought to be! Do you want to send in a PR?

I think this is basically abandoned. I'm fine with transferring this, what do you think @jquense ?

cc: @jhollingworth in case he's not already subscribed to this issue I'd link to the discussion on Reactiflux#general but it's going to scroll off anyway. The constants thing should be...

And as a minor technical bikeshedding thing, I think pure HOC containers with static connections to stores are a bit cleaner implementation-wise and makes it more clear that store connections...

@dkingman Definitely share your pain with error handling and boilerplate in Marty. That said, those things are largely porcelain - constants are just strings, queries and action creators can be...

@goatslacker --- I'd prefer a merge into the more popular repo/package, just to save as much migration pain as possible. --- Marty queries are just action creators; they were initially...