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
First install the hook:
npm install lore-hook-react --save
Then add the hook to your index.js
file.
// index.js
import react from 'lore-hook-react';
import redux from 'lore-hook-redux';
import router from 'lore-hook-router';
lore.summon({
hooks: {
react,
redux,
router
}
});