Article from Benjamin Bonny
How to quickly develop a quiz component with ReactJS
November 20, 2015Benjamin Bonny4 min read

This is a quick tutorial showing how you can develop a simple and reusable component using ReactJS. The need We want a component that can display a quiz. We need to display a question, allow the user to select one or more answers, validate its answers and go to the next question. After all questions…
Continue reading →