freeCodeCamp/curriculum/challenges/english/03-front-end-libraries/react
Laurent Labine 00b37093db
fix(curriculum): replace single-line blocks with multi-line blocks for… (#41525)
* fix(curriculum) replace single-line blocks with multi-line blocks for Front End Libraries #41523

Second attempt

* Update curriculum/challenges/english/03-front-end-libraries/react/use--for-a-more-concise-conditional.md

Co-authored-by: Nicholas Carrigan (he/him) <nhcarrigan@gmail.com>

Co-authored-by: Nicholas Carrigan (he/him) <nhcarrigan@gmail.com>
2021-03-18 23:40:32 +00:00
..
access-props-using-this.props.md chore(learn): audit front end libraries (#41179) 2021-02-25 10:19:24 -07:00
add-comments-in-jsx.md feat(curriculum): restore seed + solution to Chinese (#40683) 2021-01-12 19:31:00 -07:00
add-event-listeners.md chore(learn): audit front end libraries (#41179) 2021-02-25 10:19:24 -07:00
add-inline-styles-in-react.md chore(learn): audit front end libraries (#41179) 2021-02-25 10:19:24 -07:00
bind-this-to-a-class-method.md chore(learn): audit front end libraries (#41179) 2021-02-25 10:19:24 -07:00
change-inline-css-conditionally-based-on-component-state.md feat(curriculum): restore seed + solution to Chinese (#40683) 2021-01-12 19:31:00 -07:00
compose-react-components.md feat(curriculum): restore seed + solution to Chinese (#40683) 2021-01-12 19:31:00 -07:00
create-a-complex-jsx-element.md fix: add blank lines on empty seeds (#41348) 2021-03-03 13:14:28 -08:00
create-a-component-with-composition.md chore(learn): audit front end libraries (#41179) 2021-02-25 10:19:24 -07:00
create-a-controlled-form.md feat(curriculum): restore seed + solution to Chinese (#40683) 2021-01-12 19:31:00 -07:00
create-a-controlled-input.md chore(learn): audit front end libraries (#41179) 2021-02-25 10:19:24 -07:00
create-a-react-component.md feat(curriculum): restore seed + solution to Chinese (#40683) 2021-01-12 19:31:00 -07:00
create-a-simple-jsx-element.md chore(learn): audit front end libraries (#41179) 2021-02-25 10:19:24 -07:00
create-a-stateful-component.md chore(learn): audit front end libraries (#41179) 2021-02-25 10:19:24 -07:00
create-a-stateless-functional-component.md chore(learn): audit front end libraries (#41179) 2021-02-25 10:19:24 -07:00
define-an-html-class-in-jsx.md feat(curriculum): restore seed + solution to Chinese (#40683) 2021-01-12 19:31:00 -07:00
give-sibling-elements-a-unique-key-attribute.md feat(curriculum): restore seed + solution to Chinese (#40683) 2021-01-12 19:31:00 -07:00
introducing-inline-styles.md fix(curriculum): replace single-line blocks with multi-line blocks for… (#41525) 2021-03-18 23:40:32 +00:00
learn-about-self-closing-jsx-tags.md feat(curriculum): restore seed + solution to Chinese (#40683) 2021-01-12 19:31:00 -07:00
optimize-re-renders-with-shouldcomponentupdate.md feat(curriculum): restore seed + solution to Chinese (#40683) 2021-01-12 19:31:00 -07:00
override-default-props.md feat(curriculum): restore seed + solution to Chinese (#40683) 2021-01-12 19:31:00 -07:00
pass-a-callback-as-props.md feat(curriculum): restore seed + solution to Chinese (#40683) 2021-01-12 19:31:00 -07:00
pass-an-array-as-props.md feat(curriculum): restore seed + solution to Chinese (#40683) 2021-01-12 19:31:00 -07:00
pass-props-to-a-stateless-functional-component.md feat(curriculum): restore seed + solution to Chinese (#40683) 2021-01-12 19:31:00 -07:00
pass-state-as-props-to-child-components.md feat(curriculum): restore seed + solution to Chinese (#40683) 2021-01-12 19:31:00 -07:00
render-a-class-component-to-the-dom.md feat(curriculum): restore seed + solution to Chinese (#40683) 2021-01-12 19:31:00 -07:00
render-conditionally-from-props.md chore(learn): audit front end libraries (#41179) 2021-02-25 10:19:24 -07:00
render-html-elements-to-the-dom.md feat(curriculum): restore seed + solution to Chinese (#40683) 2021-01-12 19:31:00 -07:00
render-react-on-the-server-with-rendertostring.md feat(curriculum): restore seed + solution to Chinese (#40683) 2021-01-12 19:31:00 -07:00
render-state-in-the-user-interface-another-way.md feat(curriculum): restore seed + solution to Chinese (#40683) 2021-01-12 19:31:00 -07:00
render-state-in-the-user-interface.md chore(learn): audit front end libraries (#41179) 2021-02-25 10:19:24 -07:00
render-with-an-if-else-condition.md feat(curriculum): restore seed + solution to Chinese (#40683) 2021-01-12 19:31:00 -07:00
review-using-props-with-stateless-functional-components.md feat(curriculum): restore seed + solution to Chinese (#40683) 2021-01-12 19:31:00 -07:00
set-state-with-this.setstate.md feat(curriculum): restore seed + solution to Chinese (#40683) 2021-01-12 19:31:00 -07:00
use--for-a-more-concise-conditional.md fix(curriculum): replace single-line blocks with multi-line blocks for… (#41525) 2021-03-18 23:40:32 +00:00
use-a-ternary-expression-for-conditional-rendering.md feat(curriculum): restore seed + solution to Chinese (#40683) 2021-01-12 19:31:00 -07:00
use-advanced-javascript-in-react-render-method.md chore(learn): audit front end libraries (#41179) 2021-02-25 10:19:24 -07:00
use-array.filter-to-dynamically-filter-an-array.md fix(curriculum): replace single-line blocks with multi-line blocks for… (#41525) 2021-03-18 23:40:32 +00:00
use-array.map-to-dynamically-render-elements.md feat(curriculum): restore seed + solution to Chinese (#40683) 2021-01-12 19:31:00 -07:00
use-default-props.md feat(curriculum): restore seed + solution to Chinese (#40683) 2021-01-12 19:31:00 -07:00
use-proptypes-to-define-the-props-you-expect.md fix(curriculum): replace single-line blocks with multi-line blocks for… (#41525) 2021-03-18 23:40:32 +00:00
use-react-to-render-nested-components.md feat(curriculum): restore seed + solution to Chinese (#40683) 2021-01-12 19:31:00 -07:00
use-state-to-toggle-an-element.md chore(learn): audit front end libraries (#41179) 2021-02-25 10:19:24 -07:00
use-the-lifecycle-method-componentdidmount.md feat(curriculum): restore seed + solution to Chinese (#40683) 2021-01-12 19:31:00 -07:00
use-the-lifecycle-method-componentwillmount.md feat(curriculum): restore seed + solution to Chinese (#40683) 2021-01-12 19:31:00 -07:00
write-a-react-component-from-scratch.md feat(curriculum): restore seed + solution to Chinese (#40683) 2021-01-12 19:31:00 -07:00
write-a-simple-counter.md chore(learn): audit front end libraries (#41179) 2021-02-25 10:19:24 -07:00