Skip to content

Commit 220736b

Browse files
authored
create-react-app-typescript and ReactXP
1 parent 61f8cd0 commit 220736b

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -522,3 +522,19 @@ class UserController {
522522

523523
The [Inversify GitHub organization](https://github.com/inversify)
524524
also provides the community with some helpers and examples to facilitate the integration of InversifyJS with other popular projects.
525+
526+
527+
### <font color='00A2E8'>**>>>[create-react-app-typescript](https://github.com/wmonk/create-react-app-typescript) - Create React apps using typescript with no build configuration.**</font>
528+
529+
[https://github.com/wmonk/create-react-app-typescript](https://github.com/wmonk/create-react-app-typescript)
530+
531+
Create React apps (with Typescript) with no build configuration.
532+
533+
Do you know react and want to try out typescript? Or do you know typescript and want to try out react? Get all the benefits from create-react-app but you use typescript!
534+
535+
536+
### <font color='00A2E8'>**>>>[ReactXP](https://github.com/microsoft/reactxp) - ReactXP is a library for cross-platform app development using React and React Native.**</font>
537+
538+
[https://github.com/microsoft/reactxp](https://github.com/microsoft/reactxp)
539+
540+
With React and React Native, your web app can share most its logic with your iOS and Android apps, but the view layer needs to be implemented separately for each platform. We have taken this a step further and developed a thin cross-platform layer we call ReactXP. If you write your app to this abstraction, you can share your view definitions, styles and animations across multiple target platforms. Of course, you can still provide platform-specific UI variants, but this can be done selectively where desired.

0 commit comments

Comments
 (0)