React - Quick implementation
Used React, useEffect etc.
Requested feedback
Its a bit weird in my implementation that useEffect, which should be for side effects, is actually doing the 'main' thing of my code, i.e. counting down. This causes some weird behaviour (e.g. timer 'stops' at 1s) how could I do this better?
Comments
You must be signed in to post a comment