Skip to content
This repository was archived by the owner on Aug 5, 2021. It is now read-only.

Commit 942ba75

Browse files
committed
clarify
1 parent 9a9c6ab commit 942ba75

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ or, the majesty of the [language service](https://github.com/Microsoft/vscode-ht
2323
> Here's a [great talk](https://www.youtube.com/watch?v=ez3R0Gi4z5A).
2424
> I'm going to post a followup to this article with some snappy Angular animations,
2525
> and maybe more - [GraphQL](https://github.com/Quramy/ts-graphql-plugin)? Yes please.
26+
> Below is a somewhat edited version of the original -
27+
> ~~strikethrough text~~ is used to preserve mistakes and is followed by a correction.
2628
2729
React and TypeScript are well-hyped fixtures of the 2017 webscape,
2830
but not much attention has been given to how wonderfully they complement each other.
@@ -184,7 +186,8 @@ Enough telling - seeing is believing!
184186

185187
## Developing with a closed loop
186188
The following images demonstrate things that are
187-
only possible with a partially or fully closed loop.
189+
only possible with a good type system and/or a partially/fully closed loop,
190+
and good editor integration.
188191
To try these things yourself, clone this repo,
189192
fire up your favorite editor with TypeScript integration
190193
(VSCode is pictured, Atom is great too),

0 commit comments

Comments
 (0)