ocrcc-chatbox/README.md

70 lines
2.9 KiB
Markdown
Raw Normal View History

2018-05-26 18:53:54 +00:00
# Embeddable React Widget
2018-06-03 15:05:02 +00:00
[![CircleCI](https://circleci.com/gh/seriousben/embeddable-react-widget.svg?style=shield)](https://circleci.com/gh/seriousben/embeddable-react-widget)
[![codecov](https://codecov.io/gh/seriousben/embeddable-react-widget/branch/master/graph/badge.svg)](https://codecov.io/gh/seriousben/embeddable-react-widget)
[![Greenkeeper badge](https://badges.greenkeeper.io/seriousben/embeddable-react-widget.svg)](https://greenkeeper.io/)
2018-05-30 02:14:07 +00:00
2018-05-26 18:53:54 +00:00
Easy creation of an embeddable widget.
## Goal
The create-react-app of embeddable widgets.
## Features
* Full ES6/ES2015 support (with Babel)
2018-06-03 15:02:07 +00:00
* Package fonts, css, json, javascripts together into one single package (with Webpack)
* No css styling conflicts between the host page and the widget (with https://github.com/premasagar/cleanslate)
2018-05-28 01:31:47 +00:00
* User theming of widget
2018-05-26 18:53:54 +00:00
* Obfuscating of the widget code
2018-05-28 01:31:47 +00:00
## What is an embeddable widget?
2018-05-26 18:53:54 +00:00
* Usable using a simple `<script>` tag
* Configurable with code
2018-05-28 01:31:47 +00:00
* Themable
2018-05-26 18:53:54 +00:00
## Why not in an iframe?
* Interaction between the frame and the hosting page is tricky and not recommended
* You can only display content within the iframe
* iframe and content resizing is impossible
* iframe sandboxing can result in missing functionalities
## Roadmap
2018-05-28 01:31:47 +00:00
- [x] Widget as react app - index.html works (webpack, babel, react)
2018-05-30 01:56:01 +00:00
- [x] React widget (widget builder)
- [x] Webpack changed to output a library
- [x] Add tests
2018-05-31 00:45:33 +00:00
- [x] Production Build
- [x] Minified
2018-06-03 15:02:07 +00:00
- [x] Add greenkeeper
- [ ] Reset / Cleanslate / No-conflicts of styles
2018-05-31 00:45:33 +00:00
- [ ] Obfuscation
2018-05-29 02:49:38 +00:00
- [ ] Integrate eslint with webpack
2018-05-28 01:31:47 +00:00
- [ ] Theming support
- [ ] Storyboard and docs
2018-05-26 18:53:54 +00:00
# Links
* https://github.com/premasagar/cleanslate
* https://github.com/krasimir/third-party-react-widget
* https://github.com/jenyayel/js-widget
* https://github.com/anakinjay/react-widget-starter
* https://webpack.js.org/guides/author-libraries/
* https://github.com/webpack-contrib/webpack-serve
* https://medium.freecodecamp.org/part-1-react-app-from-scratch-using-webpack-4-562b1d231e75
* https://github.com/facebook/create-react-app/blob/next/packages/react-scripts/config/webpack.config.prod.js
* https://github.com/webpack-contrib/purifycss-webpack
* https://medium.com/quick-code/from-zero-to-deploy-set-up-react-stack-with-webpack-3-20b57d6cb8d7
* https://medium.com/dailyjs/building-a-react-component-with-webpack-publish-to-npm-deploy-to-github-guide-6927f60b3220
* http://krasimirtsonev.com/blog/article/javascript-library-starter-using-webpack-es6
* https://github.com/javascript-obfuscator/webpack-obfuscator
* https://github.com/tsileo/embedded-js-widget
* https://thomassileo.name/blog/2014/03/27/building-an-embeddable-javascript-widget-third-party-javascript/
## Best
* https://www.robinwieruch.de/minimal-react-webpack-babel-setup/#hot-module-replacement
* https://codeburst.io/building-react-widget-libraries-using-webpack-e0a140c16ce4
* https://github.com/timarney/react-app-rewired