#reactjs
Read more stories on Hashnode
Articles with this tag
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...
summarizing this interface-building JavaScript library · Intro to React React: is a JavaScript library that builds user interfaces began in the...
organized and re-usable code (the "set phrases") · Organizing JavaScript code into reusable modules allows for: namespace cleanliness: variable names do...