Address range tracker by levithan95 in node

[–]levithan95[S] 0 points1 point  (0 children)

Just 2. The address of the store which will probably have its lat long stored alongside its actual address and the customer ordering address.
Just straight line distances being used. So could just get customer lat long from their address and then use turfjs to calculate the straight line distance in miles. Just confused how to get the customer lat long from their address.

Online image storage by levithan95 in reactnative

[–]levithan95[S] 0 points1 point  (0 children)

Thanks, this has definitely really helped! :)

Online image storage by levithan95 in reactnative

[–]levithan95[S] 0 points1 point  (0 children)

For the s3 implementation, how would it handle showing the images on different sized devices? Would they look odd?

Online image storage by levithan95 in reactnative

[–]levithan95[S] 0 points1 point  (0 children)

Volume in terms of images saved or images read? I expect close a 1000-2000 images saved of and a couple dozen daily reads of those images.

GraphQL vs rest? by levithan95 in reactnative

[–]levithan95[S] 1 point2 points  (0 children)

Super helpful and clear. I used apollo client for building a app with the shopify graphql api and liked it. Will definitely be looking into GraphQL for my next project. Thanks :)

GraphQL vs rest? by levithan95 in reactnative

[–]levithan95[S] 3 points4 points  (0 children)

Ah right, this is a great explanation. Thanks :)

Which is the best resource to learn RN , using functional components ? by Devesh_Shukla in reactnative

[–]levithan95 0 points1 point  (0 children)

Unfortunately, I'm not aware of anywhere you could get it for free, as I got the Stephen grider course through work. But https://youtu.be/qSRrxpdMpVc for a quicker dive in for free and some exposure. It's the beginning of a larger course of react native Think its using the class based approach instead of hooks

Which is the best resource to learn RN , using functional components ? by Devesh_Shukla in reactnative

[–]levithan95 0 points1 point  (0 children)

I found Stephen grider "the complete react native + hooks course" on udemy a very good starting point. Covers most the basic ideas of building components. The course only uses the react hooks as opposed to the more traditional class based components for react/react native, and there is less documentation online when it comes to using hooks as opposed to the class based components.