skip to main content
joncoded
projects + snippets + thoughts
nooks / react textbook

⚛️

code

[snippets]

React — an introduction

summarizing the famous interface-building JavaScript library

⚛️

code

[snippets]

React — creating apps from scratch

starting a React app without create-react-app

⚛️

code

[snippets]

React and JSX

rendering HTML within JavaScript functions

⚛️

code

[snippets]

React components

separating concerns within a React app

⚛️

code

[snippets]

React props

passing data from a parent to a child component

⚛️

code

[snippets]

React state

keeping track of a component's changing variable values

⚛️

code

[snippets]

React conditional rendering

displaying content based on different situations

⚛️

code

[snippets]

React list rendering

displaying content from an array of objects

⚛️

code

[snippets]

React conditional styling

changing the look of the React app based on certain criteria

⚛️

code

[snippets]

React styling

changing the look of what appears on the React app

code

[snippets]

Deploying React apps to GitHub pages

launching a React app/website onto a github.io subdomain

built with sanity + next.js in the early 2020s

github | telegram