Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jdegand/storybook-gh-pages

Devchallenges - Legacy - Frontend-Developer - Buttons & Inputs challenges storybook deployed on github pages
https://github.com/jdegand/storybook-gh-pages

devchallenges devchallenges-legacy react storybook styled-components

Last synced: 11 days ago
JSON representation

Devchallenges - Legacy - Frontend-Developer - Buttons & Inputs challenges storybook deployed on github pages

Awesome Lists containing this project

README

        

# Storybook GitHub Pages

This is the storybook from my [devchallenges-storybook](https://github.com/jdegand/devchallenges-storybook) project.

[Live Link](https://jdegand.github.io/storybook-gh-pages)

* How to downgrade to react 17
* npm remove react
* npm remove react-dom
* npm i [email protected]
* npm i [email protected]
* inside "index.js"
* import ReactDom from "react-dom"
* use ReactDom to render the app

### Useful Resources

- [DevChallenges Button Challege](https://web.archive.org/web/20240417024221/https://legacy.devchallenges.io/challenges/ohgVTyJCbm5OZyTB2gNY)
- [DevChallenges Input Challenge](https://web.archive.org/web/20240526063936/https://legacy.devchallenges.io/challenges/TSqutYM4c5WtluM7QzGp)
- [Stack Overflow](https://stackoverflow.com/questions/46566830/how-to-use-create-react-app-with-an-older-react-version/71908461#71908461) - downgrade create react app
- [Medium](https://medium.com/swlh/how-to-deploy-storybook-to-github-pages-4894097d49ab) - deploy Storybook (outdated?)
- [Storybook Deployer](https://github.com/storybookjs/storybook-deployer) - easy way to deploy Storybook
- [CommonMark](https://commonmark.org/help/tutorial/10-nestedLists.html) - Nested Lists markdown