diff --git a/docs/app/Views/Usage.js b/docs/app/Views/Usage.js index 9a7e478836..062a1c9a8f 100644 --- a/docs/app/Views/Usage.js +++ b/docs/app/Views/Usage.js @@ -1,6 +1,7 @@ import React from 'react' import pkg from 'package.json' import { + Button, Container, Header, Segment, @@ -131,6 +132,38 @@ const Usage = () => ( + + +
Bundlers
+

+ Semantic UI React is fully supported by all modern JavaScript bundlers. We made some example recipes with some + of them. You can use them as start point for your projects. +

+ +
Webpack 1
+

+ Webpack 1 fully supports Semantic UI React, however we don't recommend to use it because it's deprecated. + Please ensure that you build your app in production mode before release, it will strip propTypes + from your build. +

+

+ Because Webpack 1 doesn't support tree shaking we recommend to use babel-plugin-lodash in your + builds. You can find example configuration in examples directory of Semantic UI React. +

+ +