sri
sri copied to clipboard
Build truly native cross platform (web,ios,android) apps using scalajs and react, react-native ,This project moved to new organization : https://github.com/scalajs-react-interface/sri#sri, new chat ro...
Hi, Till now sri is under single owner,its definitely not scalable option in long run , lets distribute owner ship(maintenance & publishing). from now onwards all future work will be...
currently its 60k LOC(inline +noinline) (generated) , each tag defined like .. ```scala @inline def caption( tabIndex: U[Int] = undefined, is: U[String] = undefined, classID: U[String] = undefined, contentEditable: U[String]...
Currently in `ReactComponent` we have override methods for `componentWillUpdate`,`shouldComponentUpdate` `componentDidUpdate`, `componentWillReceiveProps` just to get `scala props/state` from wrapper `JSProps/JSState` ```scala class ReactComponent extends .. { @JSName("sComponentWillUpdate") def componentWillUpdate(nextProps: P, nextState:...
***Current Approach*** ```scala case class WebStyle(name: String) { def :=(v: String | Double) = new WebStylePair(name, v) } class WebStylePair(val name: String, val value: Any) trait WebStyleAttrs { final val/lazy...
I see that the project is depending heavily on npm packages and dependencies as well as sbt. It would be easier to use if only sbt was required to build...
[ScalaJS-React](https://github.com/japgolly/scalajs-react) is already pretty complete, and I think it'd be great if there weren't yet another way to write Scala.js + React. Is it possible to use ScalaJS-React instead of...
Is there any way to debug the Scala.js code in Chrome when running in the react-native in the iOS Simulator (or anyhow else), I'm only able to debug using the...