Skip to content

Instantly share code, notes, and snippets.

@jonwhittlestone
Last active July 31, 2023 12:43
Show Gist options
  • Save jonwhittlestone/f17ab8fe29ce329bd56f2a2a27c0adc1 to your computer and use it in GitHub Desktop.
Save jonwhittlestone/f17ab8fe29ce329bd56f2a2a27c0adc1 to your computer and use it in GitHub Desktop.
notes-react-typescript-node-david-choi.md
<style> strong {background-color: yellow; font-weight:normal}</style>

Diet Request

  - [] ctx: Formik submit handler into a context object method so it's a property of ctx

Azure Account

Serverless Azure

  • Goal: Have react invoke a serverless azure function to insert/retrieve data from cosmosDB

  • Python sample app to connect to CosmosDB container

    • /home/jon/code/playground/DocumentDB-Quickstart-Python/sql-python

Formink

Book - Full-Stack React, Typescript and Node

O'Reilly Title

Github repo

Cloned to:

/home/jon/code/playground/Full-Stack-React-TypeScript-and-Node/dl

Table of Contents

Notes / Highlights

Ch1 > What is typescript

Typescript is a development-time technology. There is no runtime component. The TypeScript compiler convers TypeScript into JavaScript and that code is deployed and runs on browsers or servers.

Ch1 > Why is TypeScript necessary?

On Object-Oriented Programming (Inheritance)

TypeSCript has a more capable inheritance model that allows for more kinds of inheritance and therefore more ways to reuse code

Ch2 >

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment