Article from Benjamin Bonny
How to quickly develop a quiz component with ReactJS
Benjamin 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,
Continue reading →