thank you for the example folder structure and file names! this is the first video I've seen that was really clear on a real example. your english was better than a lot of other native english speakers LOL. thank you!
@thesyd198215 күн бұрын
Man you'r so good !
@leonventura60273 ай бұрын
Excellent Video ! watched many other videos but none can compare to the explanation of this one, keep it up with the good work !
@mikelarteta953410 ай бұрын
Great video! Please make more.
@lyndonbaylinjr.82175 ай бұрын
Great content by the way. I think it would be nice if you can show us an actual implementation of it, like how to wire those things up and see it working so that we have clear view and understand it fully.
@metalfort12075 ай бұрын
I really like what you did
@mohammadrafialbar82313 ай бұрын
Wow you grammar is good, happy banget mgedengerin nya gua kira chanel bule
@charismaaji3 ай бұрын
@@mohammadrafialbar8231 thank you ma bro 🙌
@milon27 Жыл бұрын
🎉 please create a project with clean architecture with - typescript - simple crud api - zustand instead of redux - async storage
@charismaaji Жыл бұрын
Sure, and also I will add secure-storage for save the token!
@milon27 Жыл бұрын
@@charismaaji please
@milon27 Жыл бұрын
@@charismaaji also do proper error handling, like one place to handle all kind of error
@martygo Жыл бұрын
Awesome 👏
@РобертГенрих3 ай бұрын
Hi, that's great, but where i should to store my hooks (for example like useUsers with fetching and setting user data)?
@charismaaji3 ай бұрын
You can create hook folder on every screen folder. Usually every screen has different call api and functionality
@cbijayАй бұрын
Then you should also have api for each screen why do you put that under infrastructure?
@AndrewMorozov-e5g5 ай бұрын
Thanks for the video. Can you please tell me if you have a ready-made application in github with a proper architecture where I could learn all the details?
@alexxmde Жыл бұрын
Great video!
@charismaaji Жыл бұрын
Thanks!
@TurdaliyevIsmoil10 ай бұрын
thank you, it is awesome structure. can you specify name of structure?
@leonventura60273 ай бұрын
either is the clean architecture as in the description, or its the layered architecture
@timotiuskennedy8929 Жыл бұрын
Wow waw wow
@imDeeva Жыл бұрын
React Native Drawer Navigation not working so please make a video.
@dacceto11 ай бұрын
where do you put the entities that are only for api communication ?
@nicknelson19753 ай бұрын
In the infra folder. They are likely just DTOs for some external API (that is more volatile), so should be isolated in that single place.
@DioArsya11 ай бұрын
naisss bro
@libenhailu Жыл бұрын
Could you please share us some resources to learn clean architecture, preferably with testing