Eric Kwok

Results 2 comments of Eric Kwok

Hey, I solved the problem, you just need to set fenix to true in lazyput. please see: ```dart Get.lazyPut(() => NewsDetailController(), fenix: true); ```

> If you want to fetch data on the client, use a simple fetch inside the **onMount** hook. If you want to fetch data on the server, use SolidJS’s **createResource**...