|
|
|
|
|
by zachallaun
1257 days ago
|
|
> Also, why are we using the contexts directly in the controllers and keep the top-level module empty? Because the context is the “public API” for the rest of your application to use. You can have as many layers below the context as you want, often purely functional, composable, and testable. |
|