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
Copy file name to clipboardExpand all lines: README.md
+20-5
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,7 @@ Download for [MacOS](https://github.com/team-reactype/ReacType/releases), [Windo
24
24
25
25
### How to use
26
26
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.
27
+
-**Sign-in page**: Sign up for an account 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.
@@ -34,6 +34,7 @@ Download for [MacOS](https://github.com/team-reactype/ReacType/releases), [Windo
34
34
-**Create Instances on the Canvas**: Each component has its own canvas. Add an element to a component by dragging it onto the canvas. Div components are arbitrarily nestable and useful for complex layouts. Next.js and Gatsby.js projects have Link components to enable client-side navigation to other routes.
35
35
-**Component Tree**: Click on the Component Tree tab next to the Code Preview tab to view the component tree hierarchy.
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
+
-**Using State in Elements**: As of 9.0.0, you can now select an HTML element on the canvas and then navigate to the customization panel to click a button to pass a variable from state into your element's text or link field.
37
38
-**User Preference Features**: With the click of a button, toggle between light mode and dark mode, depending on your preference.
38
39
-**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
40
-**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.
@@ -43,11 +44,17 @@ Download for [MacOS](https://github.com/team-reactype/ReacType/releases), [Windo
43
44
- Modernized and cleaner UI, including enhanced dark mode
44
45
- Tutorial has been updated to reflect other modifications
-**React Router**: Drag-and-drop LinkTo and Router elements (located below the HTML elements list) to implement fully-functional React Router components into your application to dynamically and quickly render components in the live demo render and in your exported application.
53
+
-**Global State Management**: For the first time in ReacType history, users can utilize
54
+
-**Composite Data Structures in State**: State creation in ReacType can now handle composite data types, which includes arrays, objects, and any amount of nesting of composite data types within other composite data types (i.e. arrays of objects and objects with objects as values).
55
+
-**Additional Improvements with Local State Management**:
56
+
-**Annotations**:
57
+
51
58
52
59
-**OAuth via Github**: Sign up with your github accounts.
53
60
-**Live Render Demo**: Live render demo in React using Electron's sandbox environment. Updates in realtime to reflect canvas structure and customization options.
@@ -81,7 +88,7 @@ Download for [MacOS](https://github.com/team-reactype/ReacType/releases), [Windo
81
88
- Delete Project: Command + Backspace
82
89
- Open Project: Command + o
83
90
84
-
**Windows**:
91
+
**Windows**:
85
92
- Export Project: Control + e
86
93
- Undo: Control + z
87
94
- Redo: Control + Shift + z
@@ -90,7 +97,7 @@ Download for [MacOS](https://github.com/team-reactype/ReacType/releases), [Windo
0 commit comments