зеркало из https://github.com/microsoft/reactxp.git
Added authors file.
This commit is contained in:
Родитель
9cf2cd5559
Коммит
d35828fddc
|
@ -0,0 +1,6 @@
|
|||
# Map of short name to more information. `name` will be used but if you don't
|
||||
# want to use your real name, just use whatever. If url is included, your name
|
||||
# will be a link to the provided url.
|
||||
erictraut:
|
||||
name: Eric Traut
|
||||
url: https://github.com/erictraut
|
|
@ -0,0 +1,12 @@
|
|||
---
|
||||
layout: default
|
||||
sectionid: blog
|
||||
---
|
||||
|
||||
<section class="content wrap blogContent">
|
||||
|
||||
<div class="inner-content">
|
||||
{% include blog_post.html isPermalink="true" page=page content=content %}
|
||||
</div>
|
||||
{% include nav_blog.html %}
|
||||
</section>
|
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
title: Introducing ReactXP
|
||||
author: Eric Traut
|
||||
author: erictraut
|
||||
---
|
||||
|
||||
The Skype team at Microsoft are happy to announce that we are open sourcing ReactXP, a library that we developed for cross-platform development. It builds upon React JS and React Native, allowing you to create apps that span both web and native with a single code base.
|
||||
|
|
|
@ -10,8 +10,8 @@ redirect_from:
|
|||
|
||||
# ReactXP Versioning
|
||||
|
||||
### Version Strategy
|
||||
A new version of ReactXP will be released on approximately a monthly basis, following the same general update timeline of React Native. Each new version will get its own branch, allowing consumers of the library to take a dependency on a stable code base.
|
||||
### Versioning Strategy
|
||||
A new version of ReactXP will be released a monthly basis (approximately), following the same general update timeline of React Native. Each new version will get its own branch, allowing consumers of the library to take a dependency on a stable code base.
|
||||
|
||||
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче