0.0.27 • Published 2 years ago

@reusejs/react-navigations v0.0.27

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

View Storybook Join Discord NPM version NPM downloads MIT License Storybook NPM Publish

React Navigations

View Storybook at: https://master--61797fbed9a2d4003a4bc570.chromatic.com

Where to write components?

  1. There is a src folder where you can write your components
  2. Whichever components you want to be exposed would go into: index.js

Workflow

There are two ways you can develop components.

Storybook

  • Run: yarn storybook which will run the storybook in your localhost
  • When you write your own component, also write a .stories.jsx and storybook would pick it up

Another ReactJS App

  • Create a brand new react js app (Ex: my-app) using following: https://reactjs.org/docs/create-a-new-react-app.html#create-react-app
  • Run yarn link in current component library. Ex: If you component name is react-navigations, you would run yarn link inside react-navigations
  • Go to newly created reactjs app (my-app) and run yarn link @reusejs/react-navigations
  • At the same time also run yarn serve in react-navigations, so that as you make changes, build happens simultaneously and your my-app refreshes it

Contributing

New components

Hit us on discord on ideas channel. Propose your ideas, we will blow our brains out.

To existing components

Right now we don't a lot of hard and fast rules.

Just follow: https://www.atlassian.com/git/tutorials/comparing-workflows/forking-workflow

Basically:

  • Fork the component to which you want to contribute
  • Make your changes, test it properly
  • Raise a Pull Request

Releases

Once your pull request is made, a release would be schedule which will push the library to npm to @reusejs org. You can't push to reusejs org.

License

react-navigations is freely distributable under the terms of the MIT license.

0.0.26

2 years ago

0.0.27

2 years ago

0.0.24

2 years ago

0.0.25

2 years ago

0.0.20

3 years ago

0.0.21

3 years ago

0.0.22

3 years ago

0.0.23

3 years ago

0.0.18

3 years ago

0.0.19

3 years ago

0.0.17

3 years ago

0.0.16

3 years ago

0.0.15

3 years ago

0.0.14

3 years ago

0.0.13

3 years ago

0.0.12

3 years ago

0.0.11

3 years ago

0.0.10

3 years ago

0.0.9

3 years ago

0.0.8

3 years ago

0.0.7

3 years ago

0.0.6

3 years ago

0.0.5

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago