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 users to _visualize_ their application architecture dynamically, employing a _drag-and-drop canvas display_ and a _real-time component code preview_. Users 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
-
16
-
**New with version 5.0:**
17
-
18
-
- Elements may be added to components in any location, rather than only at the bottom
19
-
- Compatibility with Gatsby.js
20
-
- Modernized and cleaner UI, including enhanced dark mode
21
-
- Tutorial has been updated to reflect other modifications
22
-
23
15
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/).
24
16
25
17
-**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.
26
18
27
-
-**Windows users**: Install the application by running ReacType Setup 5.0.0.exe.
19
+
-**Windows users**: Install the application by running ReacType Setup 6.0.0.exe.
28
20
29
21
-**Linux users**: Run the application as a super user in order to read and write files.
30
22
@@ -45,6 +37,46 @@ Download for [MacOS](https://github.com/team-reactype/ReacType/releases), [Windo
45
37
-**User Preference Features**: With the click of a button, toggle between light mode and dark mode, depending on your preference.
46
38
-**Export project**: Click the “Export Project’ button to export the project’s application files into a TypeScript file. The exported project is fully functional with Webpack, Express server, routing, etc., and will match what is mocked on the canvas.
47
39
40
+
- Elements may be added to components in any location, rather than only at the bottom
41
+
- Compatibility with Gatsby.js
42
+
- Modernized and cleaner UI, including enhanced dark mode
43
+
- Tutorial has been updated to reflect other modifications
44
+
45
+
**New with version 6.0:**
46
+
47
+
### Features
48
+
49
+
-**Dashboard**: Click the 'Dashboard' button to view the Public Dashboard and User Dashboard.
50
+
-**Like**: Like other people's templates by clicking on the star icon.
51
+
-**Comment**: Comment on other templates by typing in the input field and clicking the comment icon.
52
+
-**Download**: Save any public template by clicking the download icon to save a copy as your own.
53
+
-**Publish**: Publish any template to the Public Dashboard for other users to download, like, or comment on. Click again to unpublish projects.
54
+
-**Sort By**: Click the 'Sort By' button to choose different metrics to sort the Public Dashboard by.
55
+
-**Form Nesting**: Nesting within form tags is now fully functional
0 commit comments