what is the idiomatic way to compose routers?
for example, I have a web page of A, B, C.
A is composed of pages called 1, 2
B is composed of 3, 4
C is composed of 5, 6
if my understanding is correct: all subpages must stem from root pages. but can I create A, B, C individually then compose them together to create a completed web page? so I could test each 1, 2, .. 6 and A, B, C each, render them separately, etc
1 Reply
unwilling-turquoise•3y ago
I would need a better example of what you're referring to