TypeScript

React

Creating a Reddit Clone Using React and GraphQL - 09

Adding Server-Side Rendering to our Reddit Clone app.

Read
REACT

Creating a Reddit Clone Using React and GraphQL - 08

In here we are adding logout function and cache clear function in redis

Read
REACT

Creating a Reddit Clone Using React and GraphQL - 07

Complete the Register and Login pages and add the NavBar to easy navigation.

Read
REACT

Creating a Reddit Clone Using React and GraphQL — 06

Set GraphQL in the web app. Create the register mutation and test it.

Read
REACT

Creating a Reddit Clone Using React and GraphQL - 05

In here we created the front-end React app and adding functionalities to it.

Read
REACT

Creating a Reddit Clone Using React and GraphQL - 03

Adding user management by adding the User entity, UserResolver and user property validation.

Read
REACT

Creating a Reddit Clone Using React and GraphQL - 02

At this point from the previous post, we set up our databases. That means we can successfully add data to the database. But here, we are using `GraphQL`...

Read
React

Creating a Reddit Clone Using React and GraphQL - 01

I thought that I need to learn `React`. To do that I chose Ben Awad’s Fullstack React GraphQL TypeScript Tutorial. This is a super long tutorial that he made. It is almost 14 hours long...

Read