Quiz: Decoupled React and ASP.NET App
Try to answer the following questions to test your knowledge of creating decoupled React and ASP.NET apps.
We'll cover the following...
We'll cover the following...
Technical Quiz
1.
What option from the create-react-app
command did we use to create a React app with a TypeScript project?
A.
--template typescript
B.
--create typescript
C.
--typescript template
D.
--create-react-app typescript
1 / 5
...