简体   繁体   English

使用 Bootstrap 混合应用程序开发 ReactJS 的程序是什么

[英]what is the procedure to develop ReactJS with Bootstrap hybrid app

What is the procedure to develop ReactJS with Bootstrap hybrid app.使用 Bootstrap 混合应用程序开发 ReactJS 的程序是什么。
I am new to the mobile development, i have good experience in Web Applications development with jQuery, Bootstrap etc.I have started learning ReactJS我是移动开发的新手,我在使用 jQuery、Bootstrap 等进行 Web 应用程序开发方面有很好的经验。我已经开始学习 ReactJS
Now,现在,

i like to know how to develop Hybrid app with ReactJS. like 
- what are the tools to develop (i am using IntelliJ IDE)
- Need to learn additional technologies ?
- how to test ?
- how to integrate with Android or iOS ? etc.

my suggestions:我的建议:

Check out cordova for the basic framework to build hybrid apps.查看cordova 了解构建混合应用程序的基本框架。 Running Ract Applications inside cordova works pretty well actually.在cordova 中运行Ract 应用程序实际上效果很好。

The IDE shouldnt matter too much. IDE 不应该太重要。 You will end up writing most of your stuff in javascript.您最终将使用 javascript 编写大部分内容。 Therefore an IDE that can support different ECMAScript versions is favorable.因此,可以支持不同 ECMAScript 版本的 IDE 是有利的。 In rare cases u will end up building plugins for cordova which is the only time you will have contact with other languages.在极少数情况下,您最终会为cordova 构建插件,这是您与其他语言接触的唯一时间。

If you are looking for a test framework its also a question of taste.如果您正在寻找一个测试框架,这也是一个品味问题。 Since React comes with its own Test Library which can basicly be run out of every Framework you want.由于 React 带有自己的测试库,它基本上可以用完你想要的每个框架。 I like using Jasmine a lot so.我非常喜欢使用 Jasmine。

This answer should give you enough starting points to look for.这个答案应该给你足够的起点来寻找。 For deeper insights ... Google is your friend ^^要获得更深入的见解......谷歌是你的朋友^^

hope it helps希望能帮助到你

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM