From 77ef036cf5468fdc457eb0d5c8e8944430ce715e Mon Sep 17 00:00:00 2001 From: Yik Teng Hie Date: Wed, 6 Jan 2021 17:32:59 +0800 Subject: [PATCH] mobile cross platform framework --- README.md | 24 ++++++++++++++++++++++-- 1 file changed, 22 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 625a473..c60bdbb 100644 --- a/README.md +++ b/README.md @@ -6,11 +6,21 @@ Quick guide on how to get started with common Frontend and Backend framework * [VS Code](https://code.visualstudio.com/) * [IntelliJ IDEA Community](https://www.jetbrains.com/idea/download/#section=windows) - * [nodeJS 12.x](https://nodejs.org/en/download/releases/) * [JDK 8](https://adoptopenjdk.net/) - For Spring Boot only * [Postman](https://www.postman.com/) +## Recommended plugins + +* VS Code + * Live Server + * +* IntelliJ IDEA + * Lombok + * Free MyBatis plugin + * Request Mapper + * Kotlin + ## Framework * Backend @@ -19,4 +29,14 @@ Quick guide on how to get started with common Frontend and Backend framework * Frontend * [reactJS](./frontend/reactJS/README.md) * [vueJS](./frontend/vueJS/README.md) - * [nextJS](./frontend/nextJS/README.md) \ No newline at end of file + * [nextJS](./frontend/nextJS/README.md) +* mobile (cross platform) + * [Flutter](https://flutter.dev/) + * Dart - similarity to Java / C# syntax + * By Google + * [React Native](https://reactnative.dev/) + * Javascript + * By Facebook + +[Comparison Flutter-ReactNative](https://nix-united.com/blog/flutter-vs-react-native/#:~:text=React%20Native%20is%20a%20mobile,%2C%20Mac%2C%20and%20Web%20application) +