A complete massive action plan to get a functional programming job.
Written Guides
Pragmatic and in-depth guides to a topic.
Join and build a social network
Getting to know people who can help you get functional programming jobs.
Optimistic Update in Re-frame
How do we deal with that little bit of time between when the user clicks and the server confirms the change is saved? Well, like many things in life, there are two ways: optimistically and pessimistically.
Re-frame Database Best Practices
Your Database is going to contain a lot of important information. When you鈥檙e first starting out your app, you don鈥檛 know exactly what you鈥檙e going to store in there. In addition, you don鈥檛 know how you鈥檙e going to want to access it. Both of these will evolve over time as you understand more of the domain and you uncover the complexities of your UI. We want some help from the framework (Re-frame) to help us deal with this evolution.
Re-frame Tutorial with Code Examples
Re-frame adds a beneficial amount of structure to your frontend app. This guide goes over all of the pieces of that structure and how to use them.
Re-frame, a Visual Explanation
We look at a sequence diagram to organize the parts of Re-frame.