© 2026 LinearBytes Inc.
Search posts, tags, users, and pages
Fred Copeland
When I need to pass certain props to RouteHandler, I do the following :
RouteHandler
<RouteHandler {...this.props} />
Is it a good idea or it causes any performance bottlenecks?
No responses yet.