About React
About React ============================ official ============================ React official website http://facebook.github.io/react/ ============================ Quick Start...
View ArticleA Beginners Guide to Mobile Development with Meteor
A Beginners Guide to Mobile Development with Meteor David Turnbull Published January 28, 2015 TweetSubscribe Out of the box, the Meteor JavaScript framework includes Cordova, “a set of device APIs...
View ArticleVELOCITY, FRAMEWORKS & PLUGINS
VELOCITY, FRAMEWORKS & PLUGINS In this chapter, you will learn: The thinking behind Velocity Changes to the development workflow How it works Choosing the right framework(s) WHAT IS VELOCITY?...
View ArticleIntegrating External APIs into your Meteor.js application
Integrating External APIs into your Meteor.js application 05.07.2015 Meteor itself does not rely on REST APIs, but it can easily access data from other services. This article is an excerpt from the...
View ArticleIsomorphic Apps with Meteor: Working With the Session Object
Isomorphic Apps with Meteor: Working With the Session Object 03.15.2015 The HTML5 Zone is presented by New Relic. Discover how to deliver great apps and win more users with New Relic Mobile. This...
View ArticleThe illustrated guide to mobile apps with Meteor
The illustrated guide to mobile apps with Meteor Meteor is an amazing tool to create applications for the mobile devices. This guide shows you how to use Meteor to build, test, and send an app to the...
View Article聊聊移动端跨平台开发的各种技术
聊聊移动端跨平台开发的各种技术 nwind | 11 May 2015 介绍 最近出现的 React Native 再次让跨平台移动端开发这个话题火起来了,曾经大家以为在手机上可以像桌面那样通过 Web 技术来实现跨平台开发,却大多因为性能或功能问题而放弃,不得不针对不同平台开发多个版本。 但这并没有阻止人们对跨平台开发技术的探索,毕竟谁不想降低开发成本,一次编写就处处运行呢?除了 React...
View ArticleAndroid RxJava使用介绍(一) Hello World
Android RxJava使用介绍(一) Hello World 分类: Android2015-05-19 00:05 860人阅读 评论(4) 收藏 举报 android框架RXJAVA...
View ArticleRxJava 的使用入门
RxJava 的使用入门 2015-04-26 19:03 by HalZhang, 91 阅读, 0 评论, 收藏, 编辑 一、什么是 RxJava? RxJava 是一个响应式编程框架,采用观察者设计模式。所以自然少不了 Observable 和 Subscriber 这两个东东了。 RxJava 是一个开源项目,地址:https://github.com/ReactiveX/RxJava...
View Article那些年我们错过的响应式编程
那些年我们错过的响应式编程 原文链接 : The introduction to Reactive Programming you’ve been missing 作者 : @andrestaltz 译者 : yaoqinwei 校对者: bboyfeiyu、chaossss 状态 : 完成...
View Article轻松入门React和Webpack
最近在学习React.js,之前都是直接用最原生的方式去写React代码,发现组织起来特别麻烦,之前听人说用Webpack组织React组件得心应手,就花了点时间学习了一下,收获颇丰 说说React 一个组件,有自己的结构,有自己的逻辑,有自己的样式,会依赖一些资源,会依赖某些其他组件。比如日常写一个组件,比较常规的方式: - 通过前端模板引擎定义结构 - JS文件中写自己的逻辑 -...
View ArticleUsing JavaScript to Create Geospatial and Advanced Maps
Using JavaScript to Create Geospatial and Advanced Maps Steve Pepple Published May 15, 2015 TweetSubscribe Geospatial Information Systems (GIS) is an area of cartography and information technology...
View ArticleMake a Mobile App with ReactJS in 30 Minutes
React is enabling frontend developers to build apps like never before. It’s benefits are many: one-way data flow, easy component lifecycle methods, declarative components and more. Reapp was recently...
View ArticleBuild A Real-Time Twitter Stream with Node and React.js
Introduction Welcome to the second installation of Learning React, a series of articles focused on becoming proficient and effective with Facebook’s React library. If you haven’t read the first...
View ArticleThe React.js Way
The React.js Way: Getting Started Tutorial 2 months ago React · tutorial · es6 · virtualdom · jsx · babel Update: the second part is out! Learn more about the React.js Way in the second part of the...
View ArticleHow to build your own Quadcopter Autopilot / Flight Controller
Back to my home page How to build your own Quadcopter Autopilot / Flight ControllerBy Dr Gareth Owen (gho-quad2@ghowen.me) note: I get a lot of e-mails about this article so regretfully I’m often not...
View ArticleGETTING STARTED WITH METEOR.JS
Below is a guest post from Ben Strahan, a meteor.js club member. He put together a great post and I really wanted to share it with the whole Meteor.js Club! How do I become a web app developer – Meteor...
View ArticleCreating a Mobile Application with Reapp
Creating a Mobile Application with Reapp Jay Raj Published May 12, 2015 TweetSubscribe React is a JavaScript library focused on building user interfaces. It’s increase in popularity has been helped in...
View ArticleRefactoring React Components to ES6 Classes
Here at NMC, we’re big fans of the React library for building user interfaces in JavaScript. We’ve also been experimenting with the next version of JavaScript, ES6, and were excited to see the latest...
View Article推荐 11 款 React Native 开源移动 UI 组件
本文推荐 11 个非常棒的 React Native 开源组件,希望能给移动应用开发者提供帮助。 React Native 是近期 Facebook 基于 MIT 协议开源的原生移动应用开发框架,已经用于 Facebook 的生产环境。React Native 可以使用最近非常流行的 React.js 库来开发 iOS 和 Android 原生 APP。 1. iOS 表单处理控件...
View Article