Data Browser - Viewing Site  Sector 23 Code Bank Logged in as:  Guest  




           


React Notes
Researching React as an alternative to Angular 5. Some notes:

React uses inline HTML embedded in JS, which lacks visual studio intellisense and formatting support. JS and HTML in a single file is also a little cryptic and cluttered.

Breakpoints in VS are not working quite right.

React uses JS instead of TS so debugging is easier and more responsive.

React has significantly fewer library/config files (almost none) - this is good.

Created By: amos 6/4/2019 10:37:51 AM
Updated: 6/28/2021 3:08:24 AM