Home - CarrieKroutil/Reactivities GitHub Wiki

Welcome to the Reactivities wiki!

The contents of this repo comes from the lessons learned while completing an Udemy course.

Goal

See how VSCode can be setup to run both .NET 7 API and React 18 app from VSCode using:

  • React Router (version 6) - enables "client side routing".

  • MobX - simple, scalable state management.

  • SignalR - an open-source library that simplifies adding real-time web functionality to apps. Real-time web functionality enables server-side code to push content to clients instantly.

  • Axios - promise based HTTP client for the browser and node.js

  • Typescript - strongly typed programming language that builds on JavaScript, giving you better tooling at any scale.

  • Semantic-ui - development framework that helps create beautiful, responsive layouts using human-friendly HTML.

  • Entity Framework Core - Entity Framework (EF) Core is a lightweight, extensible, open source and cross-platform version of the popular Entity Framework data access technology.

    • EF Core can serve as an object-relational mapper (O/RM), which:
      • Enables .NET developers to work with a database using .NET objects.
      • Eliminates the need for most of the data-access code that typically needs to be written.
    • EF Core supports many database engines, see Database Providers for details.