Organizing Code for OTP Abstractions
Let’s learn how we can integrate our layers into projects that make OTP callbacks.
We'll cover the following...
A growing number of Elixir projects are allowing library integration by making OTP callbacks, or something like them, directly available to developers. In the following few lessons, we’ll suggest how you might integrate our layers into those frameworks. We’ll cover the following:
-
Phoenix Channels
-
Phoenix LiveView
-
Scenic
Once we know how these work, we’ll have a pretty ...