Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Road to v3 #301

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Road to v3 #301

wants to merge 1 commit into from

Conversation

kris-ellery
Copy link
Member

@kris-ellery kris-ellery commented Aug 14, 2023

  • Switch to pnpm
  • Remove create-react-styleguide
  • Add Vite with CJS and ESM build artifacts
  • Add TypeScript and refactor components and utilities
  • Add Storybook for development and documentation
  • Update commit infra with lint-staged, commitlint, and husky
  • Convert class component to functional components and hooks
  • Update test to Vitest
  • Update Prettier and ESLint configs
  • Rename default CSS class names to follow BEM and scoping
  • Implement GitHub Actions
  • Implement automated release process

@msf-caesar
Copy link

Try with the following steps:

  • Switch to pnpm package manager.
  • Remove the 'create-react-styleguide' package.
  • Add Vite to handle CJS and ESM build artifacts.
  • Introduce TypeScript and refactor components and utilities.
  • Install and configure Storybook for development and documentation.
  • Update commit infrastructure using 'lint-staged', 'commitlint', and 'husky'.
  • Convert class components to functional components and hooks.
  • Update testing to use Vitest.
  • Update Prettier and ESLint configurations.
  • Rename default CSS class names to follow BEM and scoping.
  • Implement GitHub Actions.
  • Set up an automated release process.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants