More detailed examples
See original GitHub issueHey,
I found the example documentation to be sufficient to understand the concepts. However, implementation was not possible.
I am intending on using Hypernova with React-Router and/or Redux. And I’m wondering if my application structure will permit this.
Something such as:
//Render components
function App (props) {
return (
<Router history={browserHistory}>
<Route path="/" component={Index}/>
<Route path="*" component={NoMatch}/>
</Router>
)
}
export default renderReact('App.js', App)
Does not render when you hit the desired Port of Hypernova (using the hypernova/server
package).
If it’s possible. Writing more detailed documentation would be fabulous as the pros of Hypernova vastly outweight the cons in terms of implementation of traditional server side rendering with template literals.
Issue Analytics
- State:
- Created 7 years ago
- Reactions:1
- Comments:17
Top Results From Across the Web
a more detailed | English examples in context - Ludwig
High quality example sentences with “a more detailed” in context from reliable sources - Ludwig is the linguistic search engine that helps you...
Read more >Use more detailed in a sentence - Bab.la
How to use "more detailed" in a sentence? ; Here's a · detailed explanation: ; This is a · detailed map. ; We...
Read more >How to create a Minimal, Reproducible Example - Help Center
This is referred to by community members as creating a minimal, reproducible example (reprex), a minimal, complete and verifiable example (mcve), or a...
Read more >phrase usage - "in more details" or "in detail"
His drawing lacks detail and looks rushed because he did not add enough detail around the eyes and the details there really matter....
Read more >Write a Project Description with Examples | Smartsheet
1. Describe the project in a paragraph or two. 2. Why is it necessary? 3. Follow the SMART goal format.
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
sorry to tag on a closed issue, but was there any progress on making the more complex “real world” example? cc @goatslacker
@ljharb I’ll consider it. I’m still on the fence about creating my own FOSS NPM Module. I see me investing a lot of time in multiple use cases that go beyond React-Router, Redux and reengineering your current module would be questionable if it’s not a pivot you’re willing to make.
If you’re up for it. We can talk on google hangouts at cc.chriscates.cc@gmail.com
Thanks, Chris