Skip to content

Commit cf31362

Browse files
Fix #486: Add scommons react, react-native facades to UI libs. (#487)
1 parent 83e6380 commit cf31362

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

_data/library/jsfacades.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,14 @@
114114
url: https://github.com/shogowada/scalajs-reactjs
115115
desc: 'Develop React applications in Scala with APIs close to the original: react, react-router, and react-redux facade'
116116
dep: '"io.github.shogowada" %%% "scalajs-reactjs" % "0.4.3"'
117+
- name: scommons-react
118+
url: https://github.com/scommons/scommons-react
119+
desc: Scala.js facades for core [React.js](https://reactjs.org/) APIs, Hooks, Components and testing, uses [scalajs-reactjs](https://github.com/shogowada/scalajs-reactjs)
120+
dep: '"org.scommons.react" %%% "scommons-react-core" % "0.2.0"'
121+
- name: scommons-react-native
122+
url: https://github.com/scommons/scommons-react-native
123+
desc: Scala.js facades for core [react-native](https://reactnative.dev/docs/getting-started) APIs, Components and testing, uses [scommons-react](https://github.com/scommons/scommons-react)
124+
dep: '"org.scommons.react-native" %%% "scommons-react-native-core" % "0.2.0"'
117125
- name: scala-js-binding
118126
url: https://github.com/antonkulaga/scala-js-binding
119127
desc: An all-Scala.js HTML binding library

0 commit comments

Comments
 (0)