RRinblackc4t.hashnode.dev·Mar 29, 2023 · 2 min readReact Native json-server, AXIOS and Error Code 500In this blog, I'll document my experience as a beginner in fetching data. I will try to show how to get data and also solutions for the problems you may encounter while trying to get data from APIs and your localhost. First let's look at using json-s...00
RRinblackc4t.hashnode.dev·Oct 14, 2022 · 9 min readReact Native useCallback, When and How To Use It?This blog will be heavily influenced by react's official documents,(one might say: with a dependency array of [react] ) because I think they are great. I will try to simplify, shorten it and adding React Native specific examples. I will also add and ...00
RRinblackc4t.hashnode.dev·Sep 20, 2022 · 4 min readReact Native ESlint & Prettier for Expo and CLI with trivago prettier for import sorting. Update: TypeScript SupportESlint 1. Install the latest version: npm install eslint --save-dev yarn add eslint --dev 2. Setup a config file for eslint. npm init @eslint/config yarn dlx @eslint/create-config After running this command some questions will be asked. This is h...02KP