HACKER Q&A
📣 spencerchubb

Does Meta use a meta-framework with react?


The official react docs recommend using a meta framework for new projects: https://react.dev/learn/start-a-new-react-project

This leads me to wonder, do they practice what they preach? If so what meta-framework do they use with react? Is it something in house?


  👤 acemarke Accepted Answer ✓
Meta has all of its own backend and frontend infrastructure. So no, they don't use something like Next.

If anything, Next and RSCs are sort of an attempt to make a more generic version of some of Meta's internal infrastructure.