ERB View Templates: Composing Phlex Components



Phlex components are pure Ruby. ERB templates are what the browser actually sees. The glue between the two is a single method: .call.





Context


This is part 16 of the series where we build DataPorter, a mountable Rails engine for data import workflows. In part 9, we built six Phlex...