File tree Expand file tree Collapse file tree 1 file changed +12
-8
lines changed Expand file tree Collapse file tree 1 file changed +12
-8
lines changed Original file line number Diff line number Diff line change @@ -11,14 +11,18 @@ React-like http-server on Nodejs<br/>
1111![ Planet Express] ( ./logo.svg ) 
1212<br />
1313
14- ## Why?  
15- 
16- It's the only crazy idea to use React to structure Backend on Node.js.
17- <br  /><br  />
18- 
19- ## How it works?  
20- 
21- It works with express.js framework to run Node.js server. Custom renderer we have is building express structure app from React Components.
14+ ## What's that?  
15+ -  Node.js http-server based on React-Components
16+ -  Express.js inside
17+ -  Get, Post, Delete and etc. components to use router method
18+ -  ` Get(render) `  and ` Res.Render `  to render your regular React DOM Components
19+ -  useContext(ReqResContext) hook to access ` req, res ` 
20+ -  Support ` styled-components ` 
21+ -  Built-in logger (morgan)
22+ -  Middleware component in Router and its Routes
23+ -  ` handler `  prop in Route components to use as regular controller
24+ 
25+ _ and many many features that should be documented..._ 
2226<br  /><br  />
2327
2428## Get started  
                                 You can’t perform that action at this time. 
               
                  
0 commit comments