react-juicer-feed
v0.0.2-alpha-4
Published
React component to display Juicer.io aggregated social media feeds.
Downloads
90
Maintainers
Readme
react-juicer-feed
⚠️ This is an early proof of concept and still work in progress. It doesn't offer all of Juicer.io's feed options yet. Use at your own risk!
React component to display Juicer.io aggregated social media feeds.
Demo
- Codesandbox
- demo create-react-app repository: juicer-io/react-juicer-feed-demo
Build npm package
- tested with yarn 1.12.3 on OSX.
- compile code with
yarn build
- build local npm package with
yarn pack
, which will create a tar file for you to inspect $ yarn login
(full instructions: https://yarnpkg.com/lang/en/docs/publishing-a-package/)- publish package with
yarn publish
History (latest first)
- Updated to latest Rollup and
@babel/core
npm package. - Based on these instructions: codeburst.io/deploy-react-component-as-an-npm-library-d396efc25122.