Quickstart
A quick dive into getting started with Lore
A quick dive into getting started with Lore
This Quickstart is intended to provide a fast-paced introduction to Lore, to give you a sense of what the framework feels like and whether it's something you want to invest more time in.
Explanations for the opinions expressed in the framework will be left for elsewhere in the documentation.
All versions use import and export statements, as well as syntax like const and let.
The only difference between ES5 and ES6 is how you prefer to construct your React components.
This is the application we'll be building. It is a Twitter-like app, pre-populated with characters and quotes from Chrono Trigger.
This Quickstart will cover the following concepts:
If you have any questions or concerns while navigating through the Quickstart, please submit an issue on GitHub. Your feedback is appreciated as a way to make the Quickstart better.
Ready? Let's get started!