Skip to content

Storybook environment for React components production boosted with TypeScript & styled by Material-UI with styledComponents as final makeup ๐Ÿ˜

Notifications You must be signed in to change notification settings

larry-noriega/storybook-with-typescript

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

1 Commit
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

Material-UI Storybook Components for React

React.js components made with TypeScript with on Material-UI look-like using Storybook.

The problem

Logo

  1. @Material UI was designed to be used from the get-go with its own styling solution, implemented over JSS, but it's a great option to build fast UI interfaces.
  2. @Vanilla JavaScript has such an extensive verbose syntax, thats not good for website production.
  3. How to keep the congruence between built in components' functionalities without everything go as mess up! ๐Ÿ˜ช

Solution

Logo

  1. Use @Styled components to overriding Material UI original theme.
  2. Use @TypeScript for:
    • Static Typing avoids Typos.
    • Maintenance of Large Code Base is made easy by references.
  3. Use @Storybook for building UI components and pages in isolation ๐Ÿ™Œ.

Learn More about React and its common issues

You can learn more in the Create React App documentation.

To learn React, check out the React documentation.

Code Splitting

This section has moved here: https://facebook.github.io/create-react-app/docs/code-splitting

Analyzing the Bundle Size

This section has moved here: https://facebook.github.io/create-react-app/docs/analyzing-the-bundle-size

Making a Progressive Web App

This section has moved here: https://facebook.github.io/create-react-app/docs/making-a-progressive-web-app

Advanced Configuration

This section has moved here: https://facebook.github.io/create-react-app/docs/advanced-configuration

Deployment

This section has moved here: https://facebook.github.io/create-react-app/docs/deployment

npm run build fails to minify

This section has moved here: https://facebook.github.io/create-react-app/docs/troubleshooting#npm-run-build-fails-to-minify

About

Storybook environment for React components production boosted with TypeScript & styled by Material-UI with styledComponents as final makeup ๐Ÿ˜

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published