Traditionally, a web page has to send a request to the server to receive new data; that is, the page requests data from the server. With server-sent...
Start a new Expo project (Assuming you already installed expo globally) expo init animatedHouse install react-native-svg and...
Javascript is single threaded meaning everything runs on one thread, this thread is called the main thread. At times there's a lot running on the main...
Define types in class-components, Use angle brackets. interface CounterProps { message: string; }; interface CounterState { count: number;...
What I present is something I have experienced, read or learnt, therefore may not be the most comprehensive optimisation guide but I am sure you will...
In this, I will layout the steps needed to create your react app from scratch using webpack. I won't explain everything in detail, however, I'll try...