All Projects → pascalduez → react-module-boilerplate

pascalduez / react-module-boilerplate

Licence: Unlicense license
Sample React presentational components package.

Programming Languages

javascript
184084 projects - #8 most used programming language
CSS
56736 projects

Projects that are alternatives of or similar to react-module-boilerplate

astraea
TypeScript + React Boilerplate
Stars: ✭ 15 (-6.25%)
Mutual labels:  enzyme, storybook
personal-blog
✍️ 个人技术博客
Stars: ✭ 79 (+393.75%)
Mutual labels:  enzyme, storybook
react-ecommerce
E-commerce monorepo application using NextJs, React, React-native, Design-System and Graphql with Typescript
Stars: ✭ 136 (+750%)
Mutual labels:  enzyme, storybook
twitter-web-react
twitter-web-react.now.sh
Stars: ✭ 104 (+550%)
Mutual labels:  css-modules, storybook
Push Starter
React Redux Starter with SSR 🤖
Stars: ✭ 43 (+168.75%)
Mutual labels:  enzyme, css-modules
React Atomic Design
🔬 Boilerplate with the methodology Atomic Design using a few cool things.
Stars: ✭ 972 (+5975%)
Mutual labels:  css-modules, storybook
2019 12
🎟 급증하는 트래픽에도 안정적인 예약 서비스, Atomic Pattern을 적용한 재사용 가능한 컴포넌트, 실용적인 Testing을 주제로 하는 이벤트 서비스
Stars: ✭ 169 (+956.25%)
Mutual labels:  enzyme, storybook
React Redux Saga Starter
Basic, Opinionated starter kit for React+Redux+Redux Saga with support for SCSS CSS Modules, Storybook, JEST testing, and ESLint
Stars: ✭ 12 (-25%)
Mutual labels:  css-modules, storybook
Webpack React Boilerplate
Minimal React 16 and Webpack 4 boilerplate with babel 7, using the new webpack-dev-server, react-hot-loader, CSS-Modules
Stars: ✭ 358 (+2137.5%)
Mutual labels:  enzyme, css-modules
Next.js Typescript Starter Kit
🌳 [email protected], Styled-jsx, TypeScript, Jest, SEO
Stars: ✭ 342 (+2037.5%)
Mutual labels:  enzyme, storybook
parcelui
Parcel + Typescript + React/Preact + Router + CSS Modules + SASS + Jest + Api-Now + Github Actions CI
Stars: ✭ 32 (+100%)
Mutual labels:  enzyme, css-modules
React
Extremely simple boilerplate, easiest you can find, for React application including all the necessary tools: Flow | React 16 | redux | babel 6 | webpack 3 | css-modules | jest | enzyme | express + optional: sass/scss
Stars: ✭ 244 (+1425%)
Mutual labels:  enzyme, css-modules
React Redux Boilerplate
Awesome React Redux Workflow Boilerplate with Webpack 4
Stars: ✭ 307 (+1818.75%)
Mutual labels:  enzyme, css-modules
React Pages Boilerplate
Deliver react + react-router application to gh-pages
Stars: ✭ 134 (+737.5%)
Mutual labels:  enzyme, css-modules
React Redux Universal Boilerplate
An Universal ReactJS/Redux Boilerplate
Stars: ✭ 165 (+931.25%)
Mutual labels:  enzyme, css-modules
Testing React Redux With Jest And Enzyme
React Redux Testing Template using Jest and Enzyme
Stars: ✭ 224 (+1300%)
Mutual labels:  enzyme
vue-cli-template-library
Template for developing open-source vue.js libraries with Rollup + Jest + Babel + Storybook + TravisCI + SemanticRelease
Stars: ✭ 61 (+281.25%)
Mutual labels:  storybook
Redux Form Test
Shows how to do unit tests and integration tests with Redux-Form
Stars: ✭ 221 (+1281.25%)
Mutual labels:  enzyme
Awesome Learning
Awesome Learning - Learn JavaScript and Front-End Fundamentals at your own pace
Stars: ✭ 216 (+1250%)
Mutual labels:  enzyme
nextjs-graphql-auth
Authentication system using NextJS, GraphQL, Apollo Client, Apollo Server, MongoDB, Nginx, Docker, Docker-Compose and Kubernetes
Stars: ✭ 27 (+68.75%)
Mutual labels:  enzyme

⚠️ Outdated: Most of the code samples and configs here are outdated by now

react-module-boilerplate

Build Status

Sample React components package.

About

Showcase and document techniques and glued tools to build and maintain either single component or UI systems packages. Strive for keeping things simple and efficient.

Features

JS, ESnext

  • ES2018+ with @babel/preset-env
  • Ship both ESM, commonjs, UMD modules with Rollup

Styling

  • CSS modules
  • CSS next with postcss-preset-env
    • custom properties (theming)
    • Autoprefixer
  • Ship two stylesheets
    • Local scoped styles
    • Global styles
  • Ship individual CSS modules
    • Allows for picking just the needed ones

Unit Testing

  • Jest
  • testing-library/react
  • testing-library/jest-dom
  • CI reports (tests results, coverage)
  • babel-plugin-css-modules-transform (Test classNames)

Code Quality

  • ESLint
  • Flow
  • flow-coverage-report
  • Stylelint
  • Prettier

Development environment, styleguide

  • Storybook
  • Playroom

Credits

Licence

react-module-boilerplate is unlicensed.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].