lore-hook-react
Responsible for building the application and mounting it to the DOM
Responsible for building the application and mounting it to the DOM
This hook depends on:
The react
and router
dependencies comes from the fact that this hook generates and mounts the root node of the application, which means it needs access to the Provider
from from redux
and the Router
from react-router
.