Quickstart

A quick dive into getting started with Lore

Next Steps

Congratulations! You've reached the end of the Quickstart.

At this point, you've now been exposed to most of the core features and functionality of Lore. If you enjoyed building the Quickstart, you're encouraged to try building your own application with Lore.

If you choose to do that, you may find yourself wanting a to gain better understanding of how Lore works and how to extend the framework to customize it's behavior. If that's the case, the documentation below will help you gain that understanding:

  • If you'd like to develop a better understanding of how Redux works, you can find some recommended resources for learning it here.
  • If you'd like to learn how to create your own hooks, in order to add custom behavior to your application, you can learn how to do that by following the custom hook tutorial.
  • The Quickstart was able to rely on the built-in actions and reducers, but you may find yourself in a situation where you need to modify their behavior. In that case, you learn how to extract the built-in actions or extract the built-in reducers, so that you can see how they work and modify their behavior.
  • You can learn more about creating custom actions here (todo), which can be useful if you need to create actions that don't map to a REST API endpoint.
  • You can learn more about creating custom reducers here (todo), which can be useful if you need to store application state that doesn't map to a REST API endpoint.
  • You can learn more about how the connect decorator works here, as well as how to extend it's behavior with new blueprints.

That's it! Thanks for investing your time to learn a little more about Lore, and we hope you learned something valuable along the way.

Questions & Issues

If you have any questions, issues, features requests, ideas to improve the user experience, or just want additional thoughts about how to solve a front-end challenge with Lore, don't hesitate to submit an issue with your thoughts!

Documentation is challenging to create, due to the diverse perspectives and knowledge of the people reading it. But if you're confused or struggling to understand something, you're probably not alone, so please don't hesitate to file an issue.