iflex-react-library
Advanced tools
Comparing version 1.0.50 to 1.0.51
{ | ||
"notes": "iflex-library - Presently babel-loader must be 8.1.0, all other dependecies should be upgradable, webpack dependency added to facilitate process.env and Snowpack alias to work with Storybook", | ||
"name": "iflex-react-library", | ||
"version": "1.0.50", | ||
"version": "1.0.51", | ||
"description": "Modern React Ui Component", | ||
@@ -6,0 +6,0 @@ "keywords": [ |
@@ -8,3 +8,3 @@ # Create React Component Libraries | ||
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 spent many days and 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 spent many days and been frustrated by various hurdles such as:- | ||
@@ -22,3 +22,3 @@ - Library builders require outdated dependancies and break when you upgrade to latest React or other component libraries. | ||
**iflex-react-library** is created in 2021 using the most recent packaging (rollup) and tool chain technologies (Snowpack) and versions 17.x of of React. At this time all packages can be updated via **yarn upgrade --force** to most current versions. The only exception to this presently is babel-loader which requires version 8.1.0 owing to some breaking changes that will hopefully be rectified in future versions. If you App requires React version 16.x then you can simply remove version 17 using **yarn remove react react-dom** and reinstalling them using **yarn add -D react@16.14.0 react-dom@16.14.0**. Be sure to also add these to peerDependencies object in package.json. | ||
**iflex-react-library** is created in 2021 using the most recent packaging (rollup) and tool chain technologies (Snowpack) and versions 17.x of of React. | ||
@@ -140,1 +140,5 @@ ### **Component Library Rollup** | ||
Go forth and produce! (React component libraries that is :) | ||
## **Side Note** | ||
At this time all packages can be updated via **yarn upgrade --force** to most current versions. The only exception to this presently is babel-loader which requires version 8.1.0 owing to some breaking changes that will hopefully be rectified in future versions. If you App requires React version 16.x then you can simply remove version 17 using **yarn remove react react-dom** and reinstalling them using **yarn add -D react@16.14.0 react-dom@16.14.0**. Be sure to also add these to peerDependencies object in package.json. |
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
69146
142