Mmarayanainblog.jsdisco.dev·Jul 29, 2021 · 7 min read#100DaysOfMERN - Day 60✏ getStaticProps Next.js is most powerful when it can create the pages at build time (before a user request occurs). During the build process, the pages are pre-rendered and stored on disk, so they can instantly be served upon a request. If you have ...00
Mmarayanainblog.jsdisco.dev·Jul 27, 2021 · 7 min read#100DaysOfMERN - Day 59If you've written a React application with Node/Express backend in the past, you're going to love Next.js. You get a lot of things out of the box that you had to do manually before (like creating routes and API endpoints), but it's not just about the...00
Mmarayanainblog.jsdisco.dev·Jul 19, 2021 · 5 min readReact Native Async Storage📱 Introduction When you create an App, you'll most likely need to store and manipulate data for it, and React Native Async Storage makes it really easy to include such functionality. It works almost the same as the browser's local storage. The data ...00
Mmarayanainblog.jsdisco.dev·Jul 15, 2021 · 4 min readReact Native Stack Navigation📱 Introduction React Navigation has a number of different systems to use: stack navigation drawer navigation bottom tab navigation The basic setup for each of those isn't very complicated (refer to the documentation and their examples), but cus...00
Mmarayanainblog.jsdisco.dev·Jul 14, 2021 · 3 min readUsing Custom Fonts with ExpoThere's nothing wrong with Android's native sytem fonts, they're perfectly readable and people are used to their look, but in order to give your App some unique character, you probably want to include custom fonts. It'll take a short while until thes...00