CodeNewbie Community 🌱

Discussion on: [#CNC2022 Cohort 1 "Learn in Public"] Tell us about your "Learn in Public" plan!

Collapse
 
rkrupnick profile image
Rachel Krupnick
  1. What concept/project/series have you decided to take on for the duration of the "Learn in Public" challenge? I'm going to be focusing on React since that's what I am focusing on learning right now. More specifically, I am going to write about concepts, or ways to think about working in React to make it easier.
  2. Why did you pick this focus? I've been trying to improve my React skills and while trying to really tease apart some of the CS theory that goes with it- mutability/immutability, imperative vs declarative programming, designing components, functional programming- I really wanted to dig in to these theories and share how they relate to and are used in React.
  3. Why do you think sharing your journey in public will help others? I know a lot of people are learning React right now, this should help them figure out how to think about it. Also, many of us don't have a computer science degree so we have not studied this sort of theory.
  4. Share the the title you landed on for the series you're going to create as well as the "entries" you anticipate creating/tackling. React Concepts for Everyone
  5. Intro - Why Do I Need to Know This Stuff?
  6. Declarative Programming Broken Down
  7. Thinking in Components
  8. Why Does Code 'Mutate', and Why Should I Care?
Collapse
 
nehamaity profile image
Neha Maity

This is a great area to cover, I look forward to your posts!