Coder Social home page Coder Social logo

ahmed1490 / react-parts Goto Github PK

View Code? Open in Web Editor NEW

This project forked from madebyform/react-parts

0.0 2.0 0.0 1.82 MB

An unofficial catalog of React components

Home Page: https://react.parts

License: MIT License

Shell 0.21% Batchfile 0.10% CoffeeScript 33.04% CSS 3.50% JavaScript 63.15%

react-parts's Introduction

React.parts — A catalog of React Native components

We've moved! Check out our new catalog: JS.coach

Adding a new project to the catalog

In order to be listed in the catalog, a React-related project should meet the following criteria:

  • Unscoped package published in the NPM registry: Your package must be published on the NPM registry. Currently, scoped packages are omitted from search results, and because of that we need the package name to be unscoped.
  • The package.json file has a repository property that points to GitHub: We currently use GitHub for displaying stars, documentation and for detecting platform support (in the case of React Native). Please, set the repository property so we can find your repo.
  • The package.json file has a keywords property: It improves discoverability if you add the react-component keyword to your package.json. If your package is for React Native, we recommend that you also add the react-native and ios keywords, and/or alternatively android (depending on which platforms your package supports).
  • ReadMe file with usage examples: The package should include instructions and examples.

Here's an example of a package.json file for a React Native component:

{
  "name": "my-npm-package-name",
  "repository": {
    "type": "git",
    "url": "https://github.com/owner-name/repository-name"
  },
  "description": "A short description of your package",
  "keywords": [
    "react-component",
    "react-native",
    "ios",
    "android"
  ],
  "peerDependencies": {
    "react-native": "^0.14.2"
  },}

The React ecosystem is made by so much more than components, and so we have been adding other kinds of packages to the catalog, including mixins, boilerplates, generators and other libraries that are related to React, Flux or GraphQL. All packages are manually reviewed, so keep in mind that your package may take days before being added to the catalog.

react-parts's People

Contributors

dmfrancisco avatar bender-rodriguez avatar pgaspar avatar fbatista avatar brentvatne avatar corymsmith avatar khanghoang avatar phil-r avatar pixelastic avatar

Watchers

Ahmed Abbas avatar James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.