Giter Club home page Giter Club logo

rxjs-docs's People

Contributors

angular-cli avatar ashwin-sureshkumar avatar benlesh avatar brandonroberts avatar btroncone avatar chrisdemars avatar cschomer avatar diedrikdm avatar feloy avatar fredrik-lundin avatar grumblerchester avatar hardikpthv avatar iraershova avatar jefiozie avatar jotatoledo avatar kwonoj avatar ladyleet avatar luillyfe avatar mustafamg avatar natmegs avatar necoline avatar nicolaisueper avatar niklas-wortmann avatar only1mranderson avatar saiprasad2595 avatar sumitarora avatar zualexander avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

rxjs-docs's Issues

Add docs for operator : combination - race

Add docs for operator race under group combination

Below is minimum details needed

  • name
  • operatorType
  • signature
  • parameters
  • short description
  • Technical description
  • Visual example (Marble diagram)
  • Real world example (Non-framework)
  • Related Operators

Add docs for operator : combination - startWith

Add docs for operator startWith under group combination

Below is minimum details needed

  • name
  • operatorType
  • signature
  • parameters
  • short description
  • Technical description
  • Visual example (Marble diagram)
  • Real world example (Non-framework)
  • Related Operators

Add docs for operator : combination - pairwise

Add docs for operator pairwise under group combination

Below is minimum details needed

  • name
  • operatorType
  • signature
  • parameters
  • short description
  • Technical description
  • Visual example (Marble diagram)
  • Real world example (Non-framework)
  • Related Operators

Add docs for operator : combinational - concat

Add docs for operator concat under group combinational

Below is minimum details needed

  • name
  • operatorType
  • signature
  • parameters
  • short description
  • Technical description
  • Visual example (Marble diagram)
  • Real world example (Non-framework)
  • Related Operators

Add docs for operator : conditional - defaultIfEmpty

Add docs for operator defaultIfEmpty under group conditional

Below is minimum details needed

  • name
  • operatorType
  • signature
  • parameters
  • short description
  • Technical description
  • Visual example (Marble diagram)
  • Real world example (Non-framework)
  • Related Operators

Create a companies page

[ ] Get approval for format of page
[ ] Design layout of page
[ ] Collect set of companies using RxJS
[ ] Create the ability for people to submit their company
[ ] Create the ability for approvals (is this just submitting a PR or should it be a form?
[ ] Finish creating the page!

Starting the RxJS docs initiative

Hi everyone!

Here is an update -

  • If you have emailed me ([email protected]) about your desire to contribute, I have you on a list and will add you to meetings, etc. If you have not, then I have no way of communicating with you effectively. :)

TODO

  • This repo was created (woot!)
  • Initial Angular site setup for the RxJS docs
  • Brian Troncone will be adding operator descriptions and working on the operators component based off of his already awesome work.
  • Ashwin creating issues on the RxJS repo for contributing to these docs and the action items needed before October 16th.
  • On October 16th, we will have a kick off meeting that all who have emailed me will be invited to to get things going!
  • After that, yolo! :)

Translation: tools, input organization

I'm separating this topic out of #29, cause this is most fundamental thing need to be set before actual work and most important thing for daily work as well.

#29 includes good initial ideas to discuss out

organizing source of traslated document

  • put under current repo
  • separate repo for each translation
  • convert current one into monorepo?

type of source we'll use

  • this depends on what tools we'll use

translation pipeline management tools

contributor process

  • also depends on what tools we'll use
    Main q: should we encourage any contributor works with githunb's PR flow / or better to make it happen even without knowning git / PR process?

Introduce continuous integration

We would like to introduce continuous integration for few purposes. As an initial step, it may need to include

  • lint
  • build
  • test

mostly lint / build should be identical to what current RxJS repo does. For further we'd like to enable bot as well to check commit messages and etcs but that's separate story. (Personally, I'd like to have bot captures screenshot for PR and post it)

Add docs for operator : combination - forkJoin

Add docs for operator forkJoin under group combination

Below is minimum details needed

  • name
  • operatorType
  • signature
  • parameters
  • short description
  • Technical description
  • Visual example (Marble diagram)
  • Real world example (Non-framework)
  • Related Operators

Add docs for operator : combination - zip

Add docs for operator zip under group combination

Below is minimum details needed

  • name
  • operatorType
  • signature
  • parameters
  • short description
  • Technical description
  • Visual example (Marble diagram)
  • Real world example (Non-framework)
  • Related Operators

Basic tooling

anyone up for setting up lint / prettier, etcs for consistent codes? except prettier it's available in RxJS repo already so copy-paste would be sufficient.

Add docs for operator : combination - mergeAll

Add docs for operator mergeAll under group combination

Below is minimum details needed

  • name
  • operatorType
  • signature
  • parameters
  • short description
  • Technical description
  • Visual example (Marble diagram)
  • Real world example (Non-framework)
  • Related Operators

Add docs for operator : combination - withLatestFrom

Add docs for operator withLatestFrom under group combination

Below is minimum details needed

  • name
  • operatorType
  • signature
  • parameters
  • short description
  • Technical description
  • Visual example (Marble diagram)
  • Real world example (Non-framework)
  • Related Operators

Page for Examples to RxJS content

A page with a list of good RxJS content.

This can be:

  • Blog posts

  • Videos

  • Articles

  • Gists

  • Stack Overflow

  • Etc

  • Content does need to be approved by a core team member before being added to make sure we are not sharing anti-patterns, and all links we provide abide by CoC.

  • No direct links to paid content.

Add docs for operator : combination - concatAll

Add docs for operator concatAll under group combination

Below is minimum details needed

  • name
  • operatorType
  • signature
  • parameters
  • short description
  • Technical description
  • Visual example (Marble diagram)
  • Real world example (Non-framework)
  • Related Operators

Create individual issues for each operator.

We need to take each individual operator and create issues for these things. Feel free to have at it.
Example: You can create 60 issues for Real World Examples for each individual operator and I would love you forever.

Add docs for operator : conditional - every

Add docs for operator every under group conditional

Below is minimum details needed

  • name
  • operatorType
  • signature
  • parameters
  • short description
  • Technical description
  • Visual example (Marble diagram)
  • Real world example (Non-framework)
  • Related Operators

Add docs for operator : combination - merge

Add docs for operator merge under group combination

Below is minimum details needed

  • name
  • operatorType
  • signature
  • parameters
  • short description
  • Technical description
  • Visual example (Marble diagram)
  • Real world example (Non-framework)
  • Related Operators

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.