|
|
|
|
|
by djmashko2
1014 days ago
|
|
If you’re rendering multiple pages concurrently on the server, it’s nice to be able to know, for example, the current user without having to pass it down as a prop through the whole tree. Context is a really nice way to do this. |
|