Built With
Technologies used to build coinbase clone app
Last updated
Was this helpful?
Technologies used to build coinbase clone app
Last updated
Was this helpful?
The app is built based on and framework. The app is using functional components and (useState, useEffect, useContext, useReducer, useRef , ...etc) & for state management, and for static type-checking along with the latest ECMAScript features. We used for handling stack navigation, tabs, and top bars. We have also used for some of our UI components, and we have built our own components such as chart that looks just wonderful for presenting the crypto price changes. We tried to use a minimal number of dependencies to give you a chance, as a developer, to have more control over the code, enhance and make everything better and faster yourself without relying on and getting stuck with too many dependencies that are out of your control.
Check out the app package.json here:
You probably have heard too much about for state management. Redux is cool! However, in our app here, we have sort of recreated redux using and without actually installing redux and react-redux and all the middleware that redux might need. Here is a diagram of how it works, and I'm pretty confident to say that it works somehow in a similar fashion as redux. So no surprises! :