You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: community/index.md
+8Lines changed: 8 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -88,6 +88,14 @@ Use these open source projects to see how others have used Scala.js to build the
88
88
-[Scalafiddle-editor](https://scalafiddle.io) ([source](https://github.com/scalafiddle/scalafiddle-editor)): An online playground for creating, sharing and embedding Scala fiddles (little Scala programs that run directly in your browser).
89
89
-[FlowRun](https://github.com/sacode387/FlowRun): Editor and interpreter for the FlowRun flowcharts, written in Scala.js using Scala 3.
90
90
-[Airframe Rx/RPC](https://wvlet.org/airframe/) Airframe enables pure-Scala development of frontend (Scala.js) and backend (Scala JVM) applications with [RPC](https://wvlet.org/airframe/docs/airframe-rpc) and [reactive interface (Rx)](https://wvlet.org/airframe/docs/airframe-rx). Presentation: [Unifying Frontend and Backend Development with Scala (ScalaCon 2021)](https://speakerdeck.com/xerial/unifying-frontend-and-backend-development-with-scala-scala-con-2021)
91
+
-[Cazadescuentos](https://github.com/wiringbits/cazadescuentos) is a set of Scala.js applications sharing a common core, includes a browser extension for Chrome/Firefox and a Progressive Web Application. These applications allows to track prices from online stores.
92
+
-[Chrome for Scala.js](https://github.com/AlexITC/scala-js-chrome) is an sbt plugin for developing Chrome/Firefox extensions using Scala.js
93
+
-[Chrome scalajs template](https://github.com/AlexITC/chrome-scalajs-template/) is a template for developing Chrome/Firefox extensions using Scala.js
94
+
-[Scala.js games](https://github.com/wiringbits/scala-js-games) have simple games ported to Scala.js (using Scala 3).
95
+
-[sjs-material-ui-facade](https://github.com/wiringbits/sjs-material-ui-facade) is a ScalablyTyped facade generated for https://v3.material-ui.com to avoid huge compile times while using it from Slinky.
96
+
-[st-material-ui-demo-slinky](https://github.com/wiringbits/st-material-ui-demo-slinky) is a demo for using mui5 ScalablyTyped facades with Slinky.
97
+
-[Wiringbits WebApp template](https://github.com/wiringbits/scala-webapp-template/) is a template for developing fullstack web applications with Scala and Scala.js
0 commit comments