Tuan Nguyen
Tuan Nguyen
@ErionTp just simple set the placeholder props to whatever you want. ie ``` ```
@LamNguyen17 Cảm ơn bạn rất nhiều nhé. Đây sẽ là topic hay để mọi người tìm hiểu và áp dụng.
Sorry mình đang bận chạy dự án nên issue này chưa thể update trong thời gian ngắn @huy-lv Các bạn có thể đọc trước tại link này: https://betterprogramming.pub/clean-architecture-with-react-cc097a08b105
@kiethuynh0904 I haven't run the code but I believe that you're free to expose AuthContext so you can `useContext` everywhere by your needs. // AuthContext https://github.com/callstack/super-app-showcase/blob/main/packages/auth/src/contexts/AuthContext.ts // Expose one more...
Notice: You will soon have problem since this is not recommended way to share the functions. You should share the state instead. All the state must be maintained within its...
Why don't you make an independent npm package for `utils` functions that you can install to any project that you want to use? I believe that is a pretty simple...
I am facing the same problem