|
|
|
|
|
by bostonvaulter2
3567 days ago
|
|
One reason to go with components over a switch statement is so you can render a specific component on all '/about' pages along with an additional specific component on all '/about/team' pages. With a switch statement you can only match a specific branch. |
|