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 rapid 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!**
@@ -16,15 +16,15 @@ Download for [MacOS](https://github.com/team-reactype/ReacType/releases), [Windo
16
16
17
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.
18
18
19
-
-**Windows users**: Install the application by running ReacType Setup 7.0.0.exe.
19
+
-**Windows users**: Install the application by running ReacType Setup 8.0.0.exe.
20
20
21
21
-**Linux users**: Run the application as a super user in order to read and write files.
-**Sign-in page**: Sign up for an account, or just continue as a guest. Registered users enjoy additional project-saving functionality.
27
+
-**Sign-in page**: Sign up for an account, sign in via Github, or just continue as a guest. Registered users enjoy additional project-saving functionality.
28
28
-**Tutorial**: Click ‘Tutorial’ from the Help tab’s dropdown menu (at the top left of the application) to view a tutorial.
29
29
-**Start a project (only after registration)**: Registered users can create a new project and select whether they want their project to be a Next.js, Gatsby.js, or classic React project. Also, registered users can save projects to return to them at a later time.
30
30
-**Add Components**: Create components on the right panel. Components can be associated with a route, or they can be used within other components.
@@ -36,19 +36,20 @@ Download for [MacOS](https://github.com/team-reactype/ReacType/releases), [Windo
36
36
-**Update Styling**: Select an element on the canvas to update its basic style attributes on the right panel. As you create new instances and add styling, watch as your code dynamically generates in the code preview in the bottom panel.
37
37
-**User Preference Features**: With the click of a button, toggle between light mode and dark mode, depending on your preference.
38
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.
39
+
-**Export project with Tests**: Click the "includes tests" checkbox while exporting to include pre-configured Webpack, Jest, and Typescript files along with tests for your project.
39
40
40
41
- Elements may be added to components in any location, rather than only at the bottom
41
42
- Compatibility with Gatsby.js
42
43
- Modernized and cleaner UI, including enhanced dark mode
43
44
- Tutorial has been updated to reflect other modifications
-**OAuth via Github**: Sign up with your github accounts.
52
53
-**Live Render Demo**: Live render demo in React using Electron's sandbox environment. Updates in realtime to reflect canvas structure and customization options.
53
54
-**Annotations**: Provide design notes directly on the canvas and have these persist while sharing designs with other engineers.
54
55
-**CSS Editor**: Copy and paste custom css styles and classes into the editor and save to use personal or company designs in an instant.
@@ -63,6 +64,8 @@ Download for [MacOS](https://github.com/team-reactype/ReacType/releases), [Windo
63
64
-**Sort By**: Click the 'Sort By' button to choose different metrics to sort the Public Dashboard by.
64
65
-**Form Nesting**: Nesting within form tags is now fully functional
65
66
-**Added Undo and Redo functionality**
67
+
-**Test Suite Export**: pre-configured configuration & test file exports with application files.
68
+
-**Dark mode**: change the theme of the app for a different asthetic.
0 commit comments