Ask HN: Does Meta use a meta-framework with react?

2 points by spencerchubb ↗ HN
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?

1 comment

[ 3.0 ms ] story [ 11.0 ms ] thread
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.