🔎 Intro
This blog covers how to render collections in React, how to use the map
method to iterate over an array of objects and more related concepts.
Zhicheng's Blog
A Chronicles of a Self-taught Programmer: Learn to Debug Life
Welcome to my blog! This blog chronicles my personal exploration into the worlds of coding and life itself. Here, I share the things I encounter while learning to program. Think of it as me trying to debug life while getting better at debugging code. Fueled by my own insatiable curiosity (and ChatGPT's endless patience), bolstered by my humble attitude of learning (with millions of searches on Google), I'm pretty confident this debugging process will be wrapped up by the end of this century. ✉️: zcmmwang@gmail.com
This blog covers how to render collections in React, how to use the map
method to iterate over an array of objects and more related concepts.
This blog covers some more complex React state related knowledge, as well as some ways to debug React apps. This part of the course covers quite a bit of new concpets and theoretical details, which requires more time to digest and practice.
This blog covers some more React component basics, demonstrating helper functions, JavaScript destructuring for cleaner code, and dynamic page rendering in React applications.
This post covers the basics of JavaScript together with the new concepts and lessons learned during this part of the course.
This post will cover React and related concepts like Vite, Components, JSX, etc which comprise the part1-a of the course together with some of my thoughts and lessons learned.
In this post, I will be covering the fundamentals of web apps, which is the part0 of the course and list the concepts I’ve reviewed and learned so far.