Open
Open
@aguynamedben

Description

Hi, I'm really liking the sister package to this (redux-json-api) and it's saving me from a ton of server-side and client-side boilerplate. Thank you for publishing that project. 🙏

I tried using this as well, putting this in my package.json

    "react-redux-json-api": "redux-json-api/react-redux-json-api#d17c93",

But the import is failing, I believe because getting this from a checkout leaves the "main": "lib/index.js", file un-built.

Did you ever consider putting this in npm like redux-json-api is?

What's the alternative? Some sort of after yarn install hook in my project's package.json that runs the build commands for react-redux-json-api? I think for some other dependencies I've forked the project just to commit the built files.

Thanks again for making this project available. 🙏 🙏 🙏