Skip to content

Commit

Permalink
Delete conventions section.
Browse files Browse the repository at this point in the history
It was pretty opinionated bad advice - React team doesn't recommend.
  • Loading branch information
vasanthk committed Mar 29, 2017
1 parent f3e888e commit 5752b57
Show file tree
Hide file tree
Showing 11 changed files with 0 additions and 402 deletions.
13 changes: 0 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,19 +56,6 @@ A compilation of React Patterns, techniques, tips and tricks.
- [HOC props proxy](./ux-variations/04.HOC-props-proxy.md)
- [Wrapper Components](./ux-variations/05.wrapper-components.md)
- [Display Order Variations](./ux-variations/06.display-order-variations.md)
- Conventions
- [Introduction](./conventions/README.md)
- [Class Organization](./conventions/01.class-organization.md)
- [Adding Class Names](./conventions/02.adding-class-names.md)
- [Computed Props and State](./conventions/03.computed-props-state.md)
- [Cached variables in render()](./conventions/04.cached-vars-in-render.md)
- [Using HTML Entities](./conventions/05.use-html-entities.md)
- [Tables](./conventions/06.tables.md)
- [Inline List Iteration](./conventions/07.inline-list-iteration.md)
- [Closures in render()](./conventions/08.closures-in-render.md)
- [Functional Components](./conventions/09.functional-components.md)
- [Formatting Props](./conventions/10.formatting-props.md)
- [ES6 class constructor super()](./conventions/11.super-in-constructor.md)
- Perf Tips
- [Introduction](./perf-tips/README.md)
- [shouldComponentUpdate() check](./perf-tips/01.shouldComponentUpdate-check.md)
Expand Down
13 changes: 0 additions & 13 deletions SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,19 +53,6 @@
- [HOC props proxy](./ux-variations/04.HOC-props-proxy.md)
- [Wrapper Components](./ux-variations/05.wrapper-components.md)
- [Display Order Variations](./ux-variations/06.display-order-variations.md)
- Conventions
- [Introduction](./conventions/README.md)
- [Class Organization](./conventions/01.class-organization.md)
- [Adding Class Names](./conventions/02.adding-class-names.md)
- [Computed Props and State](./conventions/03.computed-props-state.md)
- [Cached variables in render()](./conventions/04.cached-vars-in-render.md)
- [Using HTML Entities](./conventions/05.use-html-entities.md)
- [Tables](./conventions/06.tables.md)
- [Inline List Iteration](./conventions/07.inline-list-iteration.md)
- [Closures in render()](./conventions/08.closures-in-render.md)
- [Functional Components](./conventions/09.functional-components.md)
- [Formatting Props](./conventions/10.formatting-props.md)
- [ES6 class constructor super()](./conventions/11.super-in-constructor.md)
- Perf Tips
- [Introduction](./perf-tips/README.md)
- [shouldComponentUpdate() check](./perf-tips/01.shouldComponentUpdate-check.md)
Expand Down
140 changes: 0 additions & 140 deletions conventions/01.class-organization.md

This file was deleted.

43 changes: 0 additions & 43 deletions conventions/03.computed-props-state.md

This file was deleted.

28 changes: 0 additions & 28 deletions conventions/04.cached-vars-in-render.md

This file was deleted.

10 changes: 0 additions & 10 deletions conventions/05.use-html-entities.md

This file was deleted.

25 changes: 0 additions & 25 deletions conventions/06.tables.md

This file was deleted.

15 changes: 0 additions & 15 deletions conventions/07.inline-list-iteration.md

This file was deleted.

24 changes: 0 additions & 24 deletions conventions/08.closures-in-render.md

This file was deleted.

63 changes: 0 additions & 63 deletions conventions/09.functional-components.md

This file was deleted.

Loading

0 comments on commit 5752b57

Please sign in to comment.