React Notebook

Welcome to my React Notebook :D

1import React from "react";

This page contains a practical collection of some fundamental concepts in React with TypeScript. Its original purpose was to help me prepare for my interview and serves as a reference for looking up those concepts. I wanted the page to look as minimal as possible to prevent distractions and aimed to create a reading experience that is both intuitive and interactive. Most importantly, the example code on each page corresponds exactly to the code within that page-which means what you see actually works.

Here is a list of topics; some of them are currently disabled and are a work in progress.

Fetching Remote Data
Native ways of fetching remote data via REST and GraphQL.