Showing posts from 2020

React Native Sample Code

import React, {Component} from ‘react’; import {ListItem, PricingCard} from ‘react-native-elements’; import {…

Django & React: JWT Authentication

Recently I’ve been building an app using a combination of React for the frontend and Django for the backend. …

React native with axios

Introduction Many projects on the web need to interface with a REST API at some stage in their development. A…

Load More
That is All