From 653feb98a1a9745f6103bc2843bcb91730ed258b Mon Sep 17 00:00:00 2001 From: Ankit <33789321+AnkitSharma-007@users.noreply.github.com> Date: Tue, 3 Dec 2019 19:55:04 +0530 Subject: [PATCH] Update free-programming-playgrounds.md (#3463) --- free-programming-playgrounds.md | 26 +++++++++++++++++++++++++- 1 file changed, 25 insertions(+), 1 deletion(-) diff --git a/free-programming-playgrounds.md b/free-programming-playgrounds.md index 572989f5..ab35d2fa 100644 --- a/free-programming-playgrounds.md +++ b/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) -- GitLab