freeCodeCamp/curriculum/challenges/english/03-front-end-development-li.../react
Muhammed Mustafa 3e3da4ec0f
fix(curriculum): standardize links in curriculum (#46564)
* fix(curriculum): standradize links in curriculum

* Data analiysis links

* CIP links

* fixed links in s-expressions

* Update curriculum/challenges/english/01-responsive-web-design/basic-css/use-hex-code-for-specific-colors.md

Co-authored-by: Ilenia <nethleen@gmail.com>

* added space before target attribute

* standarize external and .rock example links

* wrap "check out the projects" around the links

Co-authored-by: Ilenia <nethleen@gmail.com>
2022-06-26 11:13:38 -05:00
..
access-props-using-this.props.md fix(curriculum): simplify challenge "Access Props Using this.props" (#43840) 2021-10-25 15:08:10 -07:00
add-comments-in-jsx.md feat: add 'back/front end' in curriculum (#42596) 2021-08-13 21:57:13 -05:00
add-event-listeners.md feat: add 'back/front end' in curriculum (#42596) 2021-08-13 21:57:13 -05:00
add-inline-styles-in-react.md fix(curriculum): update challenge tests to pass a valid solution (#44800) 2022-01-24 23:40:52 +00:00
bind-this-to-a-class-method.md feat: add 'back/front end' in curriculum (#42596) 2021-08-13 21:57:13 -05:00
change-inline-css-conditionally-based-on-component-state.md feat: add 'back/front end' in curriculum (#42596) 2021-08-13 21:57:13 -05:00
compose-react-components.md fix(curriculum): update challenge to heading tags instead of headers (#43429) 2021-10-25 16:17:54 +01:00
create-a-complex-jsx-element.md feat: add 'back/front end' in curriculum (#42596) 2021-08-13 21:57:13 -05:00
create-a-component-with-composition.md feat: add 'back/front end' in curriculum (#42596) 2021-08-13 21:57:13 -05:00
create-a-controlled-form.md fix(curriculum): update challenge to heading tags instead of headers (#43429) 2021-10-25 16:17:54 +01:00
create-a-controlled-input.md feat: add 'back/front end' in curriculum (#42596) 2021-08-13 21:57:13 -05:00
create-a-react-component.md fix(curriculum): update challenge to heading tags instead of headers (#43429) 2021-10-25 16:17:54 +01:00
create-a-simple-jsx-element.md feat: add 'back/front end' in curriculum (#42596) 2021-08-13 21:57:13 -05:00
create-a-stateful-component.md fix(curriculum): change property `name` to `firstName` (#46425) 2022-06-10 11:01:49 +02:00
create-a-stateless-functional-component.md feat: add 'back/front end' in curriculum (#42596) 2021-08-13 21:57:13 -05:00
define-an-html-class-in-jsx.md feat: add 'back/front end' in curriculum (#42596) 2021-08-13 21:57:13 -05:00
give-sibling-elements-a-unique-key-attribute.md feat: add 'back/front end' in curriculum (#42596) 2021-08-13 21:57:13 -05:00
introducing-inline-styles.md fix(curriculum): standardize links in curriculum (#46564) 2022-06-26 11:13:38 -05:00
learn-about-self-closing-jsx-tags.md feat: add 'back/front end' in curriculum (#42596) 2021-08-13 21:57:13 -05:00
optimize-re-renders-with-shouldcomponentupdate.md feat: add 'back/front end' in curriculum (#42596) 2021-08-13 21:57:13 -05:00
override-default-props.md feat: add 'back/front end' in curriculum (#42596) 2021-08-13 21:57:13 -05:00
pass-a-callback-as-props.md feat: add 'back/front end' in curriculum (#42596) 2021-08-13 21:57:13 -05:00
pass-an-array-as-props.md feat: add 'back/front end' in curriculum (#42596) 2021-08-13 21:57:13 -05:00
pass-props-to-a-stateless-functional-component.md feat: add 'back/front end' in curriculum (#42596) 2021-08-13 21:57:13 -05:00
pass-state-as-props-to-child-components.md feat: add 'back/front end' in curriculum (#42596) 2021-08-13 21:57:13 -05:00
render-a-class-component-to-the-dom.md feat: add 'back/front end' in curriculum (#42596) 2021-08-13 21:57:13 -05:00
render-conditionally-from-props.md test(curriculum): reduce react test flakiness (#46615) 2022-06-23 21:35:22 +05:30
render-html-elements-to-the-dom.md feat: add 'back/front end' in curriculum (#42596) 2021-08-13 21:57:13 -05:00
render-react-on-the-server-with-rendertostring.md feat: add 'back/front end' in curriculum (#42596) 2021-08-13 21:57:13 -05:00
render-state-in-the-user-interface-another-way.md fix(curriculum): update challenge to heading tags instead of headers (#43429) 2021-10-25 16:17:54 +01:00
render-state-in-the-user-interface.md fix(curriculum): update challenge to heading tags instead of headers (#43429) 2021-10-25 16:17:54 +01:00
render-with-an-if-else-condition.md feat: add 'back/front end' in curriculum (#42596) 2021-08-13 21:57:13 -05:00
review-using-props-with-stateless-functional-components.md feat: add 'back/front end' in curriculum (#42596) 2021-08-13 21:57:13 -05:00
set-state-with-this.setstate.md Fix(curruiculum):external React state and useState link in FEDL (#46416) 2022-06-10 13:46:39 +02:00
use--for-a-more-concise-conditional.md feat: add 'back/front end' in curriculum (#42596) 2021-08-13 21:57:13 -05:00
use-a-ternary-expression-for-conditional-rendering.md feat: add 'back/front end' in curriculum (#42596) 2021-08-13 21:57:13 -05:00
use-advanced-javascript-in-react-render-method.md feat: add 'back/front end' in curriculum (#42596) 2021-08-13 21:57:13 -05:00
use-array.filter-to-dynamically-filter-an-array.md feat: add 'back/front end' in curriculum (#42596) 2021-08-13 21:57:13 -05:00
use-array.map-to-dynamically-render-elements.md Update use-array.map-to-dynamically-render-elements.md (#46471) 2022-06-14 04:19:42 +02:00
use-default-props.md feat: add 'back/front end' in curriculum (#42596) 2021-08-13 21:57:13 -05:00
use-proptypes-to-define-the-props-you-expect.md fix(curriculum): standardize links in curriculum (#46564) 2022-06-26 11:13:38 -05:00
use-react-to-render-nested-components.md feat: add 'back/front end' in curriculum (#42596) 2021-08-13 21:57:13 -05:00
use-state-to-toggle-an-element.md feat: add 'back/front end' in curriculum (#42596) 2021-08-13 21:57:13 -05:00
use-the-lifecycle-method-componentdidmount.md feat: add 'back/front end' in curriculum (#42596) 2021-08-13 21:57:13 -05:00
use-the-lifecycle-method-componentwillmount.md fix(curriculum): external blog link in FEDL (#46417) 2022-06-12 14:41:20 +04:00
write-a-react-component-from-scratch.md feat: add 'back/front end' in curriculum (#42596) 2021-08-13 21:57:13 -05:00
write-a-simple-counter.md feat: add 'back/front end' in curriculum (#42596) 2021-08-13 21:57:13 -05:00