Sri (Scala React interface) is a scalajs library to build truly native cross platform (mobile (ios and android) and web) applications. It is based on reactjs and react-native, so you must be familiar with them in order to use this library.
#Mobile Use this module to build iOS/Android mobile applications:
libraryDependencies += "com.github.chandu0101.sri" %%% "mobile" % "0.4.0"#Web Use this module to build browser based applications:
libraryDependencies += "com.github.chandu0101.sri" %%% "web" % "0.4.0"#Relay Use this module to add relay support to your applications:
libraryDependencies += "com.github.chandu0101.sri" %%% "relay" % "0.4.0"#Documentation
- Sri Internals
- Defining Components
- Functions as Stateless Components
- Pure Components
- Creating Elements
- Refs To Components
- Universal Styles
- Universal Router
- Web Router
- Interop With Third Party Components
- Known Issues
#Examples
#Templates

