F
Filament2y ago
sm

reactive() vs live()

Hey guys, Wondering what the difference is between reactive() and live, is it just v2 vs v3? It looks like reactive still exists in v3, but nothing in the docs about it.
Solution:
yep, v2 reactive v3 live
Jump to solution
2 Replies
Solution
LeandroFerreira
yep, v2 reactive v3 live
awcodes
awcodes2y ago
Reactive still exists for backward compatibility but all it does is call live() under the hood.

Did you find this page helpful?