Philosophy
Features
Quickstart
Documentation
Core Libraries
React
React Router
Redux
Webpack
Project
Anatomy
Building
Publishing
Concepts
Actions
Connect
Reducers
lore-models
Models
Collections
sync
Examples
Videos
Architecture
Hooks
Introduction
Tutorial
Creating Custom Hooks
Core Hooks
lore-hook-actions
lore-hook-auth
lore-hook-bind-actions
lore-hook-collections
lore-hook-connect
lore-hook-connections
lore-hook-models
lore-hook-react
lore-hook-reducers
lore-hook-redux
lore-hook-router
Other Hooks
lore-hook-polling
lore-hook-websockets
lore-hook-websockets-actioncable
lore-hook-websockets-sails
lore-hook-websockets-socketio
CLI
Introduction
Tutorial
Creating Custom Commands
Core Commands
lore-extract-action
lore-extract-reducer
lore-generate-action
lore-generate-collection
lore-generate-component
lore-generate-model
lore-generate-new
lore-generate-reducer
Other Commands
lore-generate-generator
lore-generate-hook
Forms
Introduction
Pattern Construction
Tutorial
Component Libraries
Bootstrap v3
Material UI
Links
GitHub
Menu
Philosophy
Features
Quickstart
Documentation
Core Libraries
React
React Router
Redux
Webpack
Project
Anatomy
Building
Publishing
Concepts
Actions
Connect
Reducers
lore-models
Models
Collections
sync
Examples
Videos
Architecture
Hooks
Introduction
Tutorial
Creating Custom Hooks
Core Hooks
lore-hook-actions
lore-hook-auth
lore-hook-bind-actions
lore-hook-collections
lore-hook-connect
lore-hook-connections
lore-hook-models
lore-hook-react
lore-hook-reducers
lore-hook-redux
lore-hook-router
Other Hooks
lore-hook-polling
lore-hook-websockets
lore-hook-websockets-actioncable
lore-hook-websockets-sails
lore-hook-websockets-socketio
CLI
Introduction
Tutorial
Creating Custom Commands
Core Commands
lore-extract-action
lore-extract-reducer
lore-generate-action
lore-generate-collection
lore-generate-component
lore-generate-model
lore-generate-new
lore-generate-reducer
Other Commands
lore-generate-generator
lore-generate-hook
Forms
Introduction
Pattern Construction
Tutorial
Component Libraries
Bootstrap v3
Material UI
Anatomy
The structure of a Lore application
Introduction
Project Structure
assets
css
loading-screen.css
main.css
images
favicon.png
logo.png
less
loading-screen.less
main.less
sass
loading-screen.scss
main.scss
config
env
development.js
production.js
actions
auth
collections
connect
connections
local
models
react
reducers
redux
router
initializers
.gitkeep
src
actions
.gitkeep
collections
.gitkeep
components
Layout.js
Master.js
constants
ActionTypes.js
PayloadStates.js
decorators
UserIsAuthenticated.js
UserIsAuthorized.js
dialogs
.gitkeep
forms
.gitkeep
models
.gitkeep
reducers
.gitkeep
utils
auth.js
storageAvailable.js
.babelrc
.editorconfig
.gitignore
.lorerc
db.json
index.html
index.js
package.json
package-lock.json
postcss.config.js
README.md
routes.js
webpack.config.js
/assets/images
A place to store images.