6 ms·
This distills the differences into the simplest possible example, which given the number of examples is incredibly useful. Also if you're in a React project, y
by illumanaughty 6y ago
This distills the differences into the simplest possible example, which given the number of examples is incredibly useful.
Also if you're in a React project, yes, you would use it for a counter. Obviously you wouldn't use React for just a counter, but it's a great way to show the basics of working with each option.
- M2Ys4U 6y ago>Obviously you wouldn't use React for just a counter You probably shouldn't, but there are a lot of people who reach for a React component to do anything on the web.