Skip to content

Commit 653feb9

Browse files
AnkitSharma-007eshellman
authored andcommittedDec 3, 2019
Update free-programming-playgrounds.md (EbookFoundation#3463)
1 parent a437d12 commit 653feb9

File tree

1 file changed

+25
-1
lines changed

1 file changed

+25
-1
lines changed
 

‎free-programming-playgrounds.md

+25-1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
* [FlexBox](#flexbox)
99
* [Go](#go)
1010
* [Haskell](#haskell)
11+
* [Ionic](#ionic)
1112
* [JavaScript](#javascript)
1213
* [Kotlin](#kotlin)
1314
* [.Net](#dotnet)
@@ -17,18 +18,20 @@
1718
* [PHP](#php)
1819
* [Python](#python)
1920
* [R](#r)
21+
* [React](#react)
2022
* [Ruby](#ruby)
2123
* [Rust](#rust)
2224
* [Scala](#scala)
2325
* [SQL](#sql)
26+
* [Svelte](#svelte)
2427
* [Swift](#swift)
2528
* [TypeScript](#typescript)
2629

2730

2831
### Angular
2932

3033
* [Plunker](http://plnkr.co)
31-
* [StackBlitz](https://stackblitz.com)
34+
* [StackBlitz](https://stackblitz.com/fork/angular)
3235

3336

3437
### ClojureScript
@@ -69,6 +72,11 @@
6972
* [Try Haskell](https://www.tryhaskell.org)
7073

7174

75+
### Ionic
76+
77+
* [StackBlitz](https://stackblitz.com/fork/ionic)
78+
79+
7280
### JavaScript
7381

7482
* [CodePen](https://codepen.io)
@@ -122,11 +130,21 @@
122130
* [R-Fiddle](http://www.r-fiddle.org)
123131

124132

133+
### React
134+
135+
* [StackBlitz](https://stackblitz.com/fork/react)
136+
137+
125138
### Ruby
126139

127140
* [Codepad](http://codepad.org)
128141

129142

143+
### RxJS
144+
145+
* [StackBlitz](https://stackblitz.com/fork/rxjs)
146+
147+
130148
### Rust
131149

132150
* [Rust Playground](http://play.integer32.com)
@@ -145,6 +163,11 @@
145163
* [SQLFiddle](http://sqlfiddle.com)
146164

147165

166+
### Svelte
167+
168+
* [StackBlitz](https://stackblitz.com/fork/svelte)
169+
170+
148171
### Swift
149172

150173
* [Online Swift Playground](http://online.swiftplayground.run)
@@ -153,3 +176,4 @@
153176
### TypeScript
154177

155178
* [Playground](https://www.typescriptlang.org/play/index.html)
179+
* [StackBlitz](https://stackblitz.com/fork/typescript)

0 commit comments

Comments
 (0)
Please sign in to comment.