Feat: hide blocks not challenges (#39504)

* fix: remove isHidden flag from frontmatter

* fix: add isUpcomingChange

Co-authored-by: Ahmad Abdolsaheb <ahmad.abdolsaheb@gmail.com>

* feat: hide blocks not challenges

Co-authored-by: Ahmad Abdolsaheb <ahmad.abdolsaheb@gmail.com>

Co-authored-by: Ahmad Abdolsaheb <ahmad.abdolsaheb@gmail.com>
This commit is contained in:
Oliver Eyton-Williams
2020-09-04 00:07:40 +02:00
committed by GitHub
parent 6b081c7e7b
commit bd68b70f3d
1740 changed files with 151 additions and 1746 deletions

View File

@ -2,7 +2,6 @@
id: 5a24c314108439a4d403616e
title: Access Props Using this.props
challengeType: 6
isHidden: false
isRequired: false
forumTopicId: 301375
---

View File

@ -2,7 +2,6 @@
id: 5a24bbe0dba28a8d3cbd4c5e
title: Add Comments in JSX
challengeType: 6
isHidden: false
isRequired: false
forumTopicId: 301376
---

View File

@ -2,7 +2,6 @@
id: 5a24c314108439a4d403617e
title: Add Event Listeners
challengeType: 6
isHidden: false
isRequired: false
forumTopicId: 301377
---

View File

@ -2,7 +2,6 @@
id: 5a24c314108439a4d4036182
title: Add Inline Styles in React
challengeType: 6
isHidden: false
isRequired: false
forumTopicId: 301378
---

View File

@ -2,7 +2,6 @@
id: 5a24c314108439a4d4036174
title: Bind 'this' to a Class Method
challengeType: 6
isHidden: false
isRequired: false
forumTopicId: 301379
---

View File

@ -2,7 +2,6 @@
id: 5a24c314108439a4d4036189
title: Change Inline CSS Conditionally Based on Component State
challengeType: 6
isHidden: false
isRequired: false
forumTopicId: 301380
---

View File

@ -2,7 +2,6 @@
id: 5a24c314108439a4d4036166
title: Compose React Components
challengeType: 6
isHidden: false
isRequired: false
forumTopicId: 301381
---

View File

@ -2,7 +2,6 @@
id: 5a24bbe0dba28a8d3cbd4c5d
title: Create a Complex JSX Element
challengeType: 6
isHidden: false
isRequired: false
forumTopicId: 301382
---

View File

@ -2,7 +2,6 @@
id: 5a24c314108439a4d4036164
title: Create a Component with Composition
challengeType: 6
isHidden: false
isRequired: false
forumTopicId: 301383
---

View File

@ -2,7 +2,6 @@
id: 5a24c314108439a4d4036179
title: Create a Controlled Form
challengeType: 6
isHidden: false
isRequired: false
forumTopicId: 301384
---

View File

@ -2,7 +2,6 @@
id: 5a24c314108439a4d4036178
title: Create a Controlled Input
challengeType: 6
isHidden: false
isRequired: false
forumTopicId: 301385
---

View File

@ -2,7 +2,6 @@
id: 5a24c314108439a4d4036163
title: Create a React Component
challengeType: 6
isHidden: false
isRequired: false
forumTopicId: 301386
---

View File

@ -2,7 +2,6 @@
id: 587d7dbc367417b2b2512bb1
title: Create a Simple JSX Element
challengeType: 6
isHidden: false
isRequired: false
forumTopicId: 301390
---

View File

@ -2,7 +2,6 @@
id: 5a24c314108439a4d4036170
title: Create a Stateful Component
challengeType: 6
isHidden: false
isRequired: false
forumTopicId: 301391
---

View File

@ -2,7 +2,6 @@
id: 5a24c314108439a4d4036162
title: Create a Stateless Functional Component
challengeType: 6
isHidden: false
isRequired: false
forumTopicId: 301392
---

View File

@ -2,7 +2,6 @@
id: 5a24c314108439a4d4036160
title: Define an HTML Class in JSX
challengeType: 6
isHidden: false
isRequired: false
forumTopicId: 301393
---

View File

@ -2,7 +2,6 @@
id: 5a24c314108439a4d403618b
title: Give Sibling Elements a Unique Key Attribute
challengeType: 6
isHidden: false
isRequired: false
forumTopicId: 301394
---

View File

@ -2,7 +2,6 @@
id: 5a24c314108439a4d4036181
title: Introducing Inline Styles
challengeType: 6
isHidden: false
isRequired: false
forumTopicId: 301395
---

View File

@ -2,7 +2,6 @@
id: 5a24c314108439a4d4036161
title: Learn About Self-Closing JSX Tags
challengeType: 6
isHidden: false
isRequired: false
forumTopicId: 301396
---

View File

@ -2,7 +2,6 @@
id: 5a24c314108439a4d4036180
title: Optimize Re-Renders with shouldComponentUpdate
challengeType: 6
isHidden: false
isRequired: false
forumTopicId: 301398
---

View File

@ -2,7 +2,6 @@
id: 5a24c314108439a4d403616c
title: Override Default Props
challengeType: 6
isHidden: false
isRequired: false
forumTopicId: 301399
---

View File

@ -2,7 +2,6 @@
id: 5a24c314108439a4d403617b
title: Pass a Callback as Props
challengeType: 6
isHidden: false
isRequired: false
forumTopicId: 301400
---

View File

@ -2,7 +2,6 @@
id: 5a24c314108439a4d403616a
title: Pass an Array as Props
challengeType: 6
isHidden: false
isRequired: false
forumTopicId: 301401
---

View File

@ -2,7 +2,6 @@
id: 5a24c314108439a4d4036169
title: Pass Props to a Stateless Functional Component
challengeType: 6
isHidden: false
isRequired: false
forumTopicId: 301402
---

View File

@ -2,7 +2,6 @@
id: 5a24c314108439a4d403617a
title: Pass State as Props to Child Components
challengeType: 6
isHidden: false
isRequired: false
forumTopicId: 301403
---

View File

@ -2,7 +2,6 @@
id: 5a24c314108439a4d4036167
title: Render a Class Component to the DOM
challengeType: 6
isHidden: false
isRequired: false
forumTopicId: 301404
---

View File

@ -2,7 +2,6 @@
id: 5a24c314108439a4d4036188
title: Render Conditionally from Props
challengeType: 6
isHidden: false
isRequired: false
forumTopicId: 301405
---

View File

@ -2,7 +2,6 @@
id: 5a24bbe0dba28a8d3cbd4c5f
title: Render HTML Elements to the DOM
challengeType: 6
isHidden: false
isRequired: false
forumTopicId: 301406
---

View File

@ -2,7 +2,6 @@
id: 5a24c314108439a4d403618d
title: Render React on the Server with renderToString
challengeType: 6
isHidden: false
isRequired: false
forumTopicId: 301407
---

View File

@ -2,7 +2,6 @@
id: 5a24c314108439a4d4036172
title: Render State in the User Interface Another Way
challengeType: 6
isHidden: false
isRequired: false
forumTopicId: 301408
---

View File

@ -2,7 +2,6 @@
id: 5a24c314108439a4d4036171
title: Render State in the User Interface
challengeType: 6
isHidden: false
isRequired: false
forumTopicId: 301409
---

View File

@ -2,7 +2,6 @@
id: 5a24c314108439a4d4036184
title: Render with an If-Else Condition
challengeType: 6
isHidden: false
isRequired: false
forumTopicId: 301410
---

View File

@ -2,7 +2,6 @@
id: 5a24c314108439a4d403616f
title: Review Using Props with Stateless Functional Components
challengeType: 6
isHidden: false
isRequired: false
forumTopicId: 301411
---

View File

@ -2,7 +2,6 @@
id: 5a24c314108439a4d4036173
title: Set State with this.setState
challengeType: 6
isHidden: false
isRequired: false
forumTopicId: 301412
---

View File

@ -2,7 +2,6 @@
id: 5a24c314108439a4d4036185
title: Use && for a More Concise Conditional
challengeType: 6
isHidden: false
isRequired: false
forumTopicId: 301413
---

View File

@ -2,7 +2,6 @@
id: 5a24c314108439a4d4036187
title: Use a Ternary Expression for Conditional Rendering
challengeType: 6
isHidden: false
isRequired: false
forumTopicId: 301414
---

View File

@ -2,7 +2,6 @@
id: 5a24c314108439a4d4036183
title: Use Advanced JavaScript in React Render Method
challengeType: 6
isHidden: false
isRequired: false
forumTopicId: 301415
---

View File

@ -2,7 +2,6 @@
id: 5a24c314108439a4d403618c
title: Use Array.filter() to Dynamically Filter an Array
challengeType: 6
isHidden: false
isRequired: false
forumTopicId: 301416
---

View File

@ -2,7 +2,6 @@
id: 5a24c314108439a4d403618a
title: Use Array.map() to Dynamically Render Elements
challengeType: 6
isHidden: false
isRequired: false
forumTopicId: 301417
---

View File

@ -2,7 +2,6 @@
id: 5a24c314108439a4d403616b
title: Use Default Props
challengeType: 6
isHidden: false
isRequired: false
forumTopicId: 301418
---

View File

@ -2,7 +2,6 @@
id: 5a24c314108439a4d403616d
title: Use PropTypes to Define the Props You Expect
challengeType: 6
isHidden: false
isRequired: false
forumTopicId: 301419
---

View File

@ -2,7 +2,6 @@
id: 5a24c314108439a4d4036165
title: Use React to Render Nested Components
challengeType: 6
isHidden: false
isRequired: false
forumTopicId: 301420
---

View File

@ -2,7 +2,6 @@
id: 5a24c314108439a4d4036176
title: Use State to Toggle an Element
challengeType: 6
isHidden: false
isRequired: false
forumTopicId: 301421
---

View File

@ -2,7 +2,6 @@
id: 5a24c314108439a4d403617d
title: Use the Lifecycle Method componentDidMount
challengeType: 6
isHidden: false
isRequired: false
forumTopicId: 301422
---

View File

@ -2,7 +2,6 @@
id: 5a24c314108439a4d403617c
title: Use the Lifecycle Method componentWillMount
challengeType: 6
isHidden: false
isRequired: false
forumTopicId: 301423
---

View File

@ -2,7 +2,6 @@
id: 5a24c314108439a4d4036168
title: Write a React Component from Scratch
challengeType: 6
isHidden: false
isRequired: false
forumTopicId: 301424
---

View File

@ -2,7 +2,6 @@
id: 5a24c314108439a4d4036177
title: Write a Simple Counter
challengeType: 6
isHidden: false
isRequired: false
forumTopicId: 301425
---