Skip to main content

Programming Language

Q: What are the built-in modules that can be used without adding to dependencies?

A: During Beta stage, you can use all Node.js built-in modules such as without adding to dependencies.

Q: Can I import current Node.js/TypeScript projects into Babel?

A: No. The structure of babel application is all new. Migration from current Node.js/TypeScript projects is not supported. However, you can copy existing code into Babel elements.

Q: Can I write code in local IDEs?

A: No. Babel provides an all-in-one IDE solution and does not support deploy code from local IDEs to Babel.

Q: Can I use React/Vue?

A: React/Vue is not supported directly. If you are using such technologies, you need to compile your code into html/js/css first and put the compiled files to babel application.

Q: How to import React/Vue projects into Babel?

A: React/Vue is not supported directly. If you are using such technologies, you need to compile your code into html/js/css first and put the compiled files to babel application.

Q: Can I use Next.js?

A: Next.js is not supported directly. If you are using such technologies, you need to compile your code into html/js/css first and put the compiled files to babel application.