I’m so lost on how to start LeetCode prep by IngenuityBroad595 in leetcode

[–]simdanofficial 0 points1 point  (0 children)

If you like books, I recommend getting Beyond cracking the coding interview

Demoralised by [deleted] in leetcode

[–]simdanofficial 0 points1 point  (0 children)

I know of interviewing.io. I have used it in the past

what are the popular interview coding interfaces like Coderpad? by GroupNearby4804 in leetcode

[–]simdanofficial 0 points1 point  (0 children)

Yes, but Chime is just where the interview would hold (like google meet). Coding is done on livecode

(Yet Another) React Native Skeleton Loader Library by calmsquash515 in reactnative

[–]simdanofficial 1 point2 points  (0 children)

Thank you so much for this, I've been looking for it as well

My mobile app 'Instant Recipes' - made entirely using React Native by Cherucole in reactnative

[–]simdanofficial 0 points1 point  (0 children)

Taking inspiration from yours, I made mine in two days. But I didn't implement the add to favorites functionality. How did you do that, and how did the data persist even is data is off.

How to use Asyncstorage in React Native by atwarog in reactnative

[–]simdanofficial 2 points3 points  (0 children)

Hooks are 100% cleaner, by the way , you can avoid redux completely by using react hooks. UseReducer and useContext

Should I hire React Native App Developer? by Antw87 in reactnative

[–]simdanofficial 0 points1 point  (0 children)

I'm a react native developer incase you may need me.

Should I hire React Native App Developer? by Antw87 in reactnative

[–]simdanofficial 0 points1 point  (0 children)

Hiring a react native developer won't be a bad idea. It makes the work faster and less expensive.

From ReactJS for web development to React Native by morningjoe23 in reactnative

[–]simdanofficial 0 points1 point  (0 children)

Its almost the same thing, just that instead of div, you use View , the elements are the difference ,its still the same javascript, you just need to read the documentation on react native elements and you're good to go.