iflex-react-library
Advanced tools
Comparing version 1.0.41 to 1.0.42
{ | ||
"notes": "iflex-library - Presently babel-loader must be 8.1.0, all other dependecies should be upgradable", | ||
"name": "iflex-react-library", | ||
"version": "1.0.41", | ||
"version": "1.0.42", | ||
"description": "Modern React Ui Component", | ||
@@ -6,0 +6,0 @@ "keywords": [ |
@@ -1,2 +0,2 @@ | ||
# React Component Library | ||
# Create React Component Libraries | ||
@@ -6,7 +6,7 @@ [![Build status](https://badge.buildkite.com/90ff98db996bb137c5be1bdce666c4b1ce68a25b17af0a6a04.svg?branch=master)](https://buildkite.com/harvey/react-component-library) | ||
If you have tried it, let's face it BUILDING REACT COMPONENT LIBRARIES IS NOT EASY. Having used may existing templates utilising webpack or rollup I have been frustrated by various hurdles such as:- | ||
If you have tried it, let's face it BUILDING REACT COMPONENT LIBRARIES IS NOT EASY. Having used many existing templates utilising webpack or rollup I have been frustrated by various hurdles such as:- | ||
- Fail to publish to NPM as ESN modules. | ||
- Do not support SASS | ||
- Import of modules fbreaks when you attempt to consume library via an external application | ||
- Import of modules breaks when you attempt to consume library via an external application | ||
- Imports break when hooks are used in your component library | ||
@@ -17,2 +17,6 @@ - Developing your test or demonstration environment using npm link is cumbersome and requires rebuilding package, caching headaches and no support for hot loading | ||
Storybook is also implemented to allow easy testing of your components without building links within the demo foler. | ||
## Key Technologies | ||
- [Rollup](https://github.com/rollup/rollup) | ||
@@ -19,0 +23,0 @@ - [Sass](https://sass-lang.com/) |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
46295
61