Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove plagiarized content #66

Closed
chantastic opened this issue Jun 6, 2017 · 1 comment
Closed

Remove plagiarized content #66

chantastic opened this issue Jun 6, 2017 · 1 comment

Comments

@chantastic
Copy link

This is a dupe of #21.

The issue is not resolved. The delay was on account of my father passing away. Obviously this is a decidedly less important issue. However, I will do my best to file the appropriate paperwork this week.

This issue of plagiarism for this repo and all forks remains an open issue.

@vasanthk
Copy link
Owner

vasanthk commented Jun 6, 2017

@chantastic Sorry to hear about your dad.
I did not hear back from you for months, so let it be there. The attributions were moved to a different section while the repo was converted from js -> md files.
Anyways, I have removed the files in question as per request. This was all just for learning and sharing and I make nothing out of it.

@vasanthk vasanthk closed this as completed Jun 6, 2017
mpacholec added a commit to mpacholec/react-bits that referenced this issue Oct 21, 2020
* Computing Derived Data: Docs

* React Higher Order Components in depth

* Update README.md

* Github: React Layout components

* Leveling Up With React: Container Components

* Container Components and Stateless Functional Components in React

* Mayre: Maybe render a React component, maybe not

* Optimizing React Rendering

* Top 5 Recompose HOCs

* Top 5 Recompose HOCs

* Create LICENSE.txt

* Update LICENSE.txt

* Update LICENSE.txt

* Remove files related to closing issue vasanthk#66

* Conditional rendering

* Update using-indexes-as-key section

* Grammar

* Update 22.event-handlers.md

* fix typo in SUMMARY.md

* Update 21.context-wrapper.md

if deps[key] is a falsy value this will error even though the property exists
use in operator to avoid that

* Use early returns to declutter conditional chains

* Add "deferring work" into perf-tips

* Add `...rest` solution to spreading-props-dom anti-pattern

* change order to improve clarity

* Fix conditional example missing return

* Add "do expression" example

* remove unneeded we

* Update SUMMARY.md

* Update 07.spreading-props-dom.md

* Fix typo in 04.using-npm-modules.md

_God_ should be _Good_.

* Fix superfluous comma

* Fix null-ref error

Fixed "TypeError: this.refs.btn is undefined" caused by inline-ref-callback.
See https://reactjs.org/docs/refs-and-the-dom.html#caveats

* Fix initial state warning

"Warning: getInitialState was defined on TestComponent, a plain JavaScript class. This is only supported for classes created using React.createClass. Did you mean to define a state property instead?"

* Fix missing context of some component methods

* Fix misuse of Fetch API

* Minor grammar fix

* Typo in Presentational and Container components

* removed redundant space

* Event handlers short hand example using arrow functions and avoid having to use the constructor

* Add Chinese version refer link

* Update 22.event-handlers.md

* Update 23.flux-pattern.md

* Fix subheading

* Update 18.conditionals-in-jsx.md

* Update 01.shouldComponentUpdate-check.md

that if statement can be returned to a flat return

* Grammar fixes

* Update 07.spreading-props-dom.md

Fix typo

* Update react documentation links

* Update README.md

* Fixed typo

Changed the word from 'put' to 'out' in the sentence 'React batches updates and flushes it put'

* Update 05.mutating-state.md

Replaced reference of this.state inside setState with function that takes prevState as parameter because this pattern avoids some nasty issues like:

```
this.setState({
  items: this.state.items.concat('lorem')
});
// oops
this.setState({
  items: this.state.items.concat('ipsum')
});
```

* Update 23.flux-pattern.md

remove unreachable code

* Revise DI In React Link

* Add Korean version refer link

Co-authored-by: vasanthk <vasa.httpster@gmail.com>
Co-authored-by: Vasa <vasanthk@users.noreply.github.com>
Co-authored-by: Nathan Schwartz <nathan.schwartz95@gmail.com>
Co-authored-by: Timothy Mwirabua <techytimo@gmail.com>
Co-authored-by: Dhruvdutt Jadhav <dhruvdutt.jadhav@gmail.com>
Co-authored-by: Peter Schussheim <peter@schussheim.com>
Co-authored-by: Braxton Frederick <thatbraxguy@gmail.com>
Co-authored-by: Andreas Klinger <andreasklinger@users.noreply.github.com>
Co-authored-by: David Chang <dchang.me@gmail.com>
Co-authored-by: Cam Jackson <camjackson89@gmail.com>
Co-authored-by: selrond <selrond@users.noreply.github.com>
Co-authored-by: Cristian Oliveira <contato@cristianoliveira.com.br>
Co-authored-by: Alvaro Bernal <alvaro.bernal.gimeno@gmail.com>
Co-authored-by: Nick "True Cyber" Heiner <nicholas_t_heiner@omb.eop.gov>
Co-authored-by: Nicholas Olds <nolds9@yahoo.com>
Co-authored-by: Matthew Morey <me@matthewmorey.com>
Co-authored-by: Boris Sergeyev <surgeboris@gmail.com>
Co-authored-by: anton6 <anton@wraptime.io>
Co-authored-by: Peter Lester <peter.lester@frozenstream.com>
Co-authored-by: hateonion <ouyang_yingjie@outlook.com>
Co-authored-by: Rafał Krupiński <krupinski.rafal@gmail.com>
Co-authored-by: Eric Lewis <eric.andrew.lewis@gmail.com>
Co-authored-by: Marko Kovacevic <pyrophp@gmail.com>
Co-authored-by: Alessio Symons <Asymons@users.noreply.github.com>
Co-authored-by: Cory House <housecor@gmail.com>
Co-authored-by: cho-leukeleu <cho@leukeleu.nl>
Co-authored-by: Ayush Sachdeva <ayush000@gmail.com>
Co-authored-by: Andrew Bonifacio <contact@andrewbdesign.com>
Co-authored-by: Samuel Batista <47303296+bhgsbatista@users.noreply.github.com>
Co-authored-by: Youngjin Jang <swimyoung@gmail.com>
Co-authored-by: IMHOJEONG <39ghwjd@naver.com>
Co-authored-by: Myungjin Ko <gmj1197@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants