Latest

All the resources in the Guide, starting with most recent.

Sharing your project on GitHub - The quick approach

Part of tutorial

Sharing your project on GitHub - The quick approach
How to enable version control for your project and share it to GitHub in one step.
Sharing your project on GitHub - The multi-step approach

Part of tutorial

Sharing your project on GitHub - The multi-step approach
How to enable version control for your project locally first before sharing it to GitHub.
Introduction

Part of tutorial

Introduction
Two ways you can share your local repository with GitHub.
Sharing your Project on GitHub

Tutorial

Sharing your Project on GitHub
How you can share a local project to GitHub.
Getting Started

Part of tutorial

Getting Started
Learn to create and run your first solution in Rider.
TSX and ES6

Part of tutorial

TSX and ES6
Using React and TypeScript means good JSX and ES6+ support in the IDE. This section shows some useful features from both.
Testing

Part of tutorial

Testing
Test-first development with Jest in the IDE.
Rich Events and Testing

Part of tutorial

Rich Events and Testing
Add event handling to a stateful class component by first writing tests during development.
Project Setup

Part of tutorial

Project Setup
Create a React+TypeScript project with the create-react-app scaffolding tool.
Project Cleanup

Part of tutorial

Project Cleanup
Clean out some unneeded code from the default app, tweak some configuration in the IDE, and tour a few more features.
Presentation and Container Components

Part of tutorial

Presentation and Container Components
Follow the React pattern of container/presentation components by refactoring the code and tests.
Debugging During Testing With Node.js

Part of tutorial

Debugging During Testing With Node.js
Use the visual debugger in the IDE for smarter TDD.