.JSX Estensione file
ExtendScript Script File
| Sviluppatore | Adobe Systems |
| Popolarità |
3.6 | 28 Voti |
Che cos'è un file 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.
Maggiori informazioni
ExtendScript is a proprietary scripting language developed by Adobe that is similar to JavaScript.
NOTA: 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.
Programmi che aprono i file JSX
React JavaScript File
| Sviluppatore | |
| Popolarità |
3.8 | 8 Voti |
Maggiori informazioni
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.
Come aprire un 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.