Skip to content

Commit 611d6e6

Browse files
authored
Update README.md
1 parent 9a8c0e2 commit 611d6e6

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ Table of Contents
1616
8. [Workflows Guide](#workflows-guide)
1717
9. [CLI Commands](#cli-commands)
1818

19+
---
1920

2021
## Innovations
2122

@@ -24,7 +25,7 @@ Super-fast development experience by loading TypeScript source files directly in
2425
Joined together with single-file hot-reload gives you almost instant feedback-loop as there is no costly project-wide transpilation or bundling step involved.
2526

2627
### SCALABLE-HOT-RELOAD
27-
Local HTTP dev server with hot-reload out-of-the-box - highly reliable leveraging SystemJS import feature and scalable for speed with increasing modules count using (systemjs-hot-reloader)[https://github.com/capaj/systemjs-hot-reloader]
28+
Local HTTP dev server with hot-reload out-of-the-box - highly reliable leveraging SystemJS import feature and scalable for speed with increasing modules count using [systemjs-hot-reloader](https://github.com/capaj/systemjs-hot-reloader)
2829
It can load each src file separately eliminating extra bundling step. First it will delete old module from the SystemJS registry and then re-imports updated module with additional modules which have imported the updated module, ensuring to always have the latest changes.
2930
This approach gives you great scalability with increasing modules count as you reload only necessary modules.
3031

@@ -49,6 +50,8 @@ __NOTE: This is the same as Babel, because Babel is using "regenerator runtime"
4950
__NOTE (06/10/2016): As TypeScript Team have dropped adding support for downlevel (ES3/ES5) generator transformation in the near future, I believe this is the most optimal solution to use at the moment__
5051
(reference: https://github.com/Microsoft/TypeScript/issues/3975#issuecomment-250859415)
5152

53+
---
54+
5255
## Features
5356

5457
- PRODUCTION-WORKFLOW - npm scripts for production bundling & deployment, github-hooks, linter, test runner etc.

0 commit comments

Comments
 (0)