.JSX 파일 확장자
ExtendScript Script File
| 개발사 | Adobe Systems |
| 인기도 |
3.6 | 28 투표 |
JSX 파일이란 무엇인가요?
Script written in the ExtendScript language, an extension to the JavaScript language; used for writing plug-ins for Adobe Creative Suite (CS) applications; may be created using the ExtendScript Toolkit included with Adobe Utilities.
추가 정보
ExtendScript is a proprietary scripting language developed by Adobe that is similar to JavaScript.
참고: Since ExtendScript supports additional functionality that JavaScript does not, JSX files are not necessarily JavaScript files. Adobe After Effects scripts also use the ".jsx" extension.
JSX 파일을 여는 프로그램
React JavaScript File
| 개발사 | |
| 인기도 |
3.8 | 8 투표 |
추가 정보
JSX, also known as JavaScript XML, is an extension to the JavaScript programming language. Developers use JSX syntax when developing user interfaces and other application components using React, an open source JavaScript library developed and maintained by Facebook.
For the most part, developers use React and JSX to develop single-page or mobile applications. When a developer saves a JavaScript file written using JSX syntax, they usually (but not always) save the file as a JSX file.
JSX 파일을 여는 방법
Because JSX files are plain text files, you can open them in any text editor, such as Microsoft Notepad (Windows) or Apple TextEdit (Mac). However, if you plan to edit a JSX file, you should open it in a source code editor, such as Microsoft Visual Studio (Windows) or Github Atom (cross-platform). Source code editors provide helpful editing tools and highlight JSX syntax correctly.