1.15.4 • Published 5 months ago

@dagangan/react-components v1.15.4

Weekly downloads
-
License
MIT
Repository
-
Last release
5 months ago

@dagangan/components

This is react-components libraries bootstrapping with TSDX.

Requirements

Before you proceed, please make sure your machine has met the following requirements:

DependencyVersion
Node>= v14.17.6
NPM>= v6.14.15

Quick Start

Installation

# clone repo into `dgn-react-components`
# install project dependencies
cd dgn-react-components && npm install
npx husky install

Running app

npm start

This builds to /dist and runs the project in watch mode so any edits you save inside src causes a rebuild to /dist.

Then run Storybook for the playground:

Storybook

Run inside another terminal:

npm run storybook

This loads the stories from ./stories.

NOTE: Stories should reference the components as if using the library.

Testing

npm run build
# move to another project (eg: cd ../next-project)
npm install ../dgn-react-components # (directory of dgn-react-components)

Jest

Jest tests are set up to run with npm test.

Bundle analysis

Calculates the real cost of your library using size-limit with npm run size and visulize it with npm run analyze.

Setup Files

This is the folder structure we set up for you:

/src
  index.tsx       # EDIT THIS
/test
  blah.test.tsx   # EDIT THIS
/stories
  Thing.stories.tsx # EDIT THIS
/.storybook
  main.js
  preview.js
.gitignore
package.json
README.md         # EDIT THIS
tsconfig.json

DONT REPEAT YOURSELF - HAPPY CODING

1.15.4

5 months ago

1.15.3

5 months ago

1.15.0

7 months ago

1.14.0

8 months ago

1.13.0

9 months ago

1.12.1

10 months ago

1.12.0

10 months ago

1.15.2

6 months ago

1.15.1

7 months ago

1.11.0

10 months ago

1.10.0

11 months ago

1.9.0

12 months ago

1.8.0

12 months ago

1.7.1

1 year ago

1.7.0

1 year ago

1.6.8

1 year ago

1.6.7

1 year ago

1.6.4

1 year ago

1.6.3

1 year ago

1.6.2

1 year ago

1.6.1

1 year ago

1.6.0

1 year ago

1.6.6

1 year ago

1.6.5

1 year ago

1.5.0

1 year ago

1.4.0

1 year ago

1.2.0

1 year ago

1.1.0

1 year ago

1.3.2

1 year ago

1.3.1

1 year ago

1.3.0

1 year ago

1.0.1

1 year ago