1.3.5 • Published 3 years ago

hello-world-react-npm-package-example v1.3.5

Weekly downloads
12
License
ISC
Repository
github
Last release
3 years ago

Hello World React NPM Package Example

To publish npm package to npm. 1. npm login in your terminal if not yet logged in. 2. in your directory, npm init 3. Add your files. Make sure to create index.js for entry. 4. For react components, - make sure to import React from 'react' in your components even for react 17. - make sure to use babel to transpile your code. Otherwise, your browser will complain about jsx. 5. For componets with css,etc. Use webpack to bundle all together. 6. Import components in your project.

1.3.5

3 years ago

1.3.4

3 years ago

1.3.3

3 years ago

1.3.2

3 years ago

1.3.1

3 years ago

1.3.0

3 years ago

1.2.1

3 years ago

1.2.0

3 years ago

1.1.0

3 years ago

1.0.0

3 years ago