Browse Source

Update free-programming-playgrounds.md (#3463)

Ankit 6 years ago
parent
commit
653feb98a1
1 changed files with 25 additions and 1 deletions
  1. 25 1
      free-programming-playgrounds.md

+ 25 - 1
free-programming-playgrounds.md

@@ -8,6 +8,7 @@
 * [FlexBox](#flexbox)
 * [Go](#go)
 * [Haskell](#haskell)
+* [Ionic](#ionic)
 * [JavaScript](#javascript)
 * [Kotlin](#kotlin)
 * [.Net](#dotnet)
@@ -17,10 +18,12 @@
 * [PHP](#php)
 * [Python](#python)
 * [R](#r)
+* [React](#react)
 * [Ruby](#ruby)
 * [Rust](#rust)
 * [Scala](#scala)
 * [SQL](#sql)
+* [Svelte](#svelte)
 * [Swift](#swift)
 * [TypeScript](#typescript)
 
@@ -28,7 +31,7 @@
 ### Angular
 
 * [Plunker](http://plnkr.co)
-* [StackBlitz](https://stackblitz.com)
+* [StackBlitz](https://stackblitz.com/fork/angular)
 
 
 ### ClojureScript
@@ -69,6 +72,11 @@
 * [Try Haskell](https://www.tryhaskell.org)
 
 
+### Ionic
+
+* [StackBlitz](https://stackblitz.com/fork/ionic)
+
+
 ### JavaScript
 
 * [CodePen](https://codepen.io)
@@ -122,11 +130,21 @@
 * [R-Fiddle](http://www.r-fiddle.org)
 
 
+### React
+
+* [StackBlitz](https://stackblitz.com/fork/react)
+
+
 ### Ruby
 
 * [Codepad](http://codepad.org)
 
 
+### RxJS
+
+* [StackBlitz](https://stackblitz.com/fork/rxjs)
+
+
 ### Rust
 
 * [Rust Playground](http://play.integer32.com)
@@ -145,6 +163,11 @@
 * [SQLFiddle](http://sqlfiddle.com)
 
 
+### Svelte
+
+* [StackBlitz](https://stackblitz.com/fork/svelte)
+
+
 ### Swift
 
 * [Online Swift Playground](http://online.swiftplayground.run)
@@ -153,3 +176,4 @@
 ### TypeScript
 
 * [Playground](https://www.typescriptlang.org/play/index.html)
+* [StackBlitz](https://stackblitz.com/fork/typescript)