Recent posts

[React] Coding Convention

Date:

In React, it’s conventional to use onSomething names for props which represent events and handleSomething for the function definitions which handle those ...