You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
**ReacType** is a visual prototyping tool for developers employing **React** component architecture alongside the comprehensive type checking of **TypeScript**.
11
11
In other words, **you can draw prototypes and export React / Typescript code!**
12
12
13
13
**ReacType** allows the user to _visualize_ their application architecture dynamically, employing a _drag-and-drop canvas display_ and a _real-time component code preview_. The user can create components and drag _instances_ of these components, as well as HTML elements, onto the canvas. This architecture can then be _exported_ as TypeScript application files to be used as a starter template for any repository.
14
14
15
-
**New with version 3.0:**
15
+
**New with version 4.0:**
16
16
17
-
- Export code as a [Next.js](https://nextjs.org/) project
18
-
- Create nestable components/HTML elements using a drag-and-drop canvas
19
-
- Add CSS to any element on the canvas
20
-
- Components and HTML canvas elements are rendered in the canvas in the same way they'll be rendered in the exported project
21
-
- View dynamically generated Next.js or classic React code as you build your project
22
-
- Authenticate with Github or email
23
-
- Save data for multiple projects in the cloud
24
-
- Critical Electron security gaps resolved
17
+
- View dynamically created components/HTML elements in the component tree
18
+
- View Typescript syntax for React
19
+
- Code preview is fully editable (make changes before exporting project)
20
+
- Create custom HTML elements
21
+
- Improved UI experience
22
+
- Implemented a comprehensive tutorial page with images
25
23
26
24
Download for [MacOS](https://github.com/team-reactype/ReacType/releases), [Windows](https://github.com/team-reactype/ReacType/releases/), [Linux](https://github.com/team-reactype/ReacType/releases/).
27
25
28
26
-**Mac users**: After opening the dmg and dragging ReacType into your Applications folder, ctrl+click the icon and select 'Open' from the context menu to run the app. This extra step is necessary since we don't have an Apple developer license yet.
29
27
28
+
-**Microsoft users**:
29
+
30
30
-**Linux users**: Run the application as a super user in order to read and write files.
0 commit comments