jsdisco

jsdisco

Follow
Follow
homebadgesnewsletter

#100DaysOfMERN - Day 60

Jul 29, 20217 min read215 views

Next.js -> React rendered on the Server · ✏ getStaticProps Next.js is most powerful when it can create the pages at build time (before a user request...

#100DaysOfMERN - Day 60

#100DaysOfMERN - Day 59

Jul 27, 20217 min read152 views

Next.js -> React rendered on the Server · If you've written a React application with Node/Express backend in the past, you're going to love Next.js. You...

#100DaysOfMERN - Day 59

React Native Async Storage

Jul 19, 20215 min read1.3K views

📱 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...

React Native Async Storage

React Native Stack Navigation

Jul 15, 20214 min read636 views

With Custom Header Component · 📱 Introduction React Navigation has a number of different systems to use: stack navigation drawer navigation bottom...

React Native Stack Navigation

Using Custom Fonts with Expo

Jul 14, 20213 min read2.7K views

There'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...

Using Custom Fonts with Expo

Styling React Native Components

Jul 13, 20214 min read313 views

There's a couple of different ways to apply styles to a React Native component, some of which (like in web CSS) are more readable and maintainable...

Styling React Native Components