-
Rebar
Rebar
Startup-in-a-box kit for Web, iOS and Android apps and backend services with variety of commonly used functionality.
Rebar builds upon the Universal Relay Boilerplate by providing additiona...
-
React Js
React JS
React Js
React.js is an open-source JavaScript library for creating user interfaces that aims to address challenges encountered in developing single-page applications. It is maintained by Fac...
-
Relay
Relay
Relay
Relay is a new framework from Facebook that provides data-fetching functionality for React applications. Each component specifies its own data dependencies declaratively using a query lan...
-
React Cheatsheet
React Cheatsheet
Best way to bind events to class in ES6:
class MyComponent extends React.Component
{
_handleTouchTap = ( event, item ) =>
{
...
};
render( )
{
return <RaisedButton ...
-
Node Js
Node JS
Node Js
Node.js is an open source, cross-platform runtime environment for server-side and networking applications. Node.js applications are written in JavaScript and can be run within the Node...
-
React Native
React Native
React Native
Our mobile apps for iOS and Android are implemented using React Native. React Native works buy executing the application logic in JavaScript, and rendering the results using ...