2 followers
developing a free and open internet
I have moved back to Gitbook (just a personal preference!)
checking the validity of JavaScript types with a library · TypeScript extends JavaScript to ensure that a variable's data conforms to a certain form, or...
storing the current situation of a component · Example of state In React, state refers to a special variable that stores the current situation of a...
launching those projects on GitHub.io · Connecting the local repository with the remote If we have not yet already, let us run these commands in...
passing data from a parent to a child component · Intro to props To make a parent component "talk" to a child component: the parent component will use a...
starting a React app without create-react-app · Many tutorials mention create-react-app to beginners of React, which often includes redundancies and...