= Awesome Fulcro
A curated list of awesome resources for https://github.com/fulcrologic/fulcro[Fulcro] and https://github.com/fulcrologic/fulcro-rad[Fulcro RAD], the most awesome (web)app framework the Earth has ever seen.
=== Motivation
I will compare Redux + REST with a full-stack, component-centric solution based on a graph API (think GraphQL) that I came to love.
"=== Learning
==== Recommended community resources
Check out Jakub's self-paced https://github.com/holyjak/fulcro-intro-wshop[workshop Introduction to creating webapps with Fulcro] to get familiar with the concepts and the amazing tooling before deep-diving into learning the details. Then continue with the xref:tutorial-minimalist-fulcro:index.adoc[Minimalist Fulcro Tutorial] and its exercises. For more, see the xref:guide-learning-fulcro:index.adoc[Guide to learning Fulcro] and all the other https://fulcro-community.github.io/[fulcro-community resources].
==== Official and semi-official documentation
==== Tutorials
==== Snippets and demos
==== Troubleshooting
==== Other
Fulcro’s stateful components serve normally both as elements of the UI and to define the data model, i.e. data entities with their unique IDs and attributes. But what if your UI and data model needs diverge? We will take a look at what different kinds of divergence between the UI and data entities you might encounter and how to solve them.
"==== Templates and Examples
Templates
Examples / experiments
==== "Real" Apps
=== Tools and libraries