Hacker News new | ask | show | jobs
by aidenn0 3809 days ago
I've had no trouble making components re-usable and flexible; if all externally visible parameters are passed in as props, there are no problems.

This is but one of many reasons why having all externally visible parameters be props is a good idea in React, so you should probably do it whether or not you want your components to be reusable.