1.3.0 • Published 5 years ago

another-react-lib v1.3.0

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

Another-React-Lib

Travis npm package Coveralls

Just another React Library filled with awesome reusable components

Install

Navigate into your React project and run the following command:
npm i another-react-lib

Usage

This is a very basic example to get you started

import React from 'react';
import {SimpleRedButton} from "another-react-lib" 

function App() {
  return (
    <div className="App">
      <SimpleRedButton text={'so very simple and red'}/>
    </div>
  );
}

export default App;

Contributing

If you want to contrbiute to this project please take a look at the guidelines/how-to

About

As the name of the library suggests, it's simply another React library.
So then what's the motivation, you may ask. Well, when I saw Hacktoberfest 2019 was around the corner, I was looking at what I could contribute to this year. For me I find it daunting to find a repository where I can contribute
at my own level. The projects I had encountered were either too basic or way too advanced.

I wanted to create a repository that people from beginner to advanced could contribute in a meaningful way. (Myself included obviously)

Oh and I was able to get this project up and running by using nwb, which is an npm package for creating npm packages. So if you want to make your own React library and open source it, I advise checking them out.

1.3.0

5 years ago

1.2.2

5 years ago

1.2.1

5 years ago

1.1.0

5 years ago

1.0.8

5 years ago

1.0.7

5 years ago

1.0.6

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago