I lucked out the other day browsing around on GitHub when i discovered a react-components tutorial authored by @alexeagleson
If your looking to get going with Storybook and React than look no further.
- This Tutorial is very detailed and easy to understand.
- Didn't require me to search Google or Stack Overflow, not even once.
- Highly informative on multiple fronts and is an excellent introduction into project configuration.
- Leaves you with your own custom, personal react-component library, packaged and published to GitHub making your custom-components just a simple npm install away..
You can fork the tutorial over at GitHub
/template-react-component-library
git clone https://github.com/alexeagleson/template-react-component-library.git
Touches on:
- React-Js - Jsx
- Typescript
- Roll-up
- Npm
- Jest
- Git
- Babel
- Storybook
- Web pack
- Node-js
Other Tutorial by the Author:
Running a Local Web Server
ESLint
Prettier
Babel
React & JSX
Webpack: The Basics
Webpack: Loaders, Optimizations & Bundle Analysis
Webpack: DevServer, React & Typescript
Big Thanks @alexeagleson, I enjoyed your Tutorial and look forward to doing the others!
Top comments (0)