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

[React] Add lesson outline: React Part 2 #1308

Closed
vegetabill opened this issue Mar 24, 2020 · 4 comments · Fixed by #1333
Closed

[React] Add lesson outline: React Part 2 #1308

vegetabill opened this issue Mar 24, 2020 · 4 comments · Fixed by #1333
Assignees
Labels
HARD Large or complex task

Comments

@vegetabill
Copy link
Collaborator

vegetabill commented Mar 24, 2020

This is a child issue of Epic #1301

For new lessons, use the lesson v2 template after reviewing the lesson instructions

Prereqs

They have learned about React, JSX, and props.

Objectives to Cover in this Lesson

  • Component state (only cover class-based components, not hooks)
  • Compare & contrast props and state
  • Why you should not directly mutate state, e.g. this.state.count++
    • i.e. how state relates to the re-rendering
  • The code in this lesson should be simple. We should not need create-react-app. Codepen or similar is preferred
@vegetabill vegetabill added gssoc20 HARD Large or complex task labels Mar 24, 2020
@vegetabill vegetabill added this to the H2-2020 Start (June) milestone Mar 24, 2020
@ashishnagpal2498
Copy link
Contributor

ashishnagpal2498 commented Mar 29, 2020

I would like to work on this issue. @Kundan28 @alodahl .

@annu12340
Copy link
Contributor

Can I work on this issue

@Kundan28
Copy link
Collaborator

Kundan28 commented Apr 8, 2020

Can I work on this issue

@ashishnagpal2498 is already assigned to this issue. You could only work on the issue which are not assigned to anyone and you could comment there that you want to work and once you are assigned to that issue you could start working.

@annu12340
Copy link
Contributor

ok

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
HARD Large or complex task
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants