Custom directives are getting out of control


Custom directives are getting out of control.

'use server'
'use client'
'use cache'
'use cache:remote'
'use workflow'
'use streaming'
'use edge'

'use strict' is a JS directive. The stuff above isn't.

That's a problem.

More: https://tanstack.com/blog/directives-and-the-platform-boundary

View original on X