What is a framework?

August 1st, 2024//Ep. 192

Sam and Ryan talk about what sorts of capabilities a tool should have to be considered a web framework. They discuss how frameworks tackle the complexity of getting different systems to communicate with each other, how good frameworks embrace the strengths and patterns of the language they're written in, and why frameworks and services are not in opposition to each other.

Timestamps

  • Intro
  • Adapter pattern and cohesive boundaries
  • Rails is Omakase
  • Configurable, but still cohesive
  • Frontend frameworks try to “work with everything”
  • Does composition mean a React framework will look different than Rails?
  • Why taste still matters
  • A framework is a shell of adapters and a brain that coordinates them
  • When using services, complexity still exists in the in-between
  • A fullstack dev is someone who acknowledges and understands how all the parts come together
  • Tweets about the hard problems that Laravel tackles, and the deep design it took to get there
  • Frameworks should embrace the strengths and patterns of their language and ecosystem
  • Why RSCs and Server Actions mean the “Rails for JS” may end up looking nothing like Rails
  • Why users of a “fullstack framework” shouldn’t even care about where the code is running
  • Why libraries or services that are easy to install and set up are not a replacement for frameworks