File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -47,12 +47,10 @@ Similar approach for Next.js and Remix demo apps
47
47
<img src =" ./assets/reactime-dev-setup.gif " />
48
48
</p >
49
49
50
- # For Future Iterators
51
- Here are some notes on the current state of Reactime and considerations for future development.
52
-
53
-
54
-
50
+ <h2 > For Future Iterators </h2 >
55
51
52
+ ## For Future Iterators
53
+ Here are some notes on the current state of Reactime and considerations for future development.
56
54
57
55
## Testing
58
56
102
100
│ ├── containers/ # More React components
103
101
│ ├── reducers/ # Redux mechanism for updating state
104
102
│ ├── styles/ #
103
+ │ ├── FrontendTypes.ts # Library of typescript interfaces
105
104
│ ├── index.tsx # Starting point for root App component
106
105
│ ├── module.d.ts #
107
106
│ └── store.tsx #
You can’t perform that action at this time.
0 commit comments