question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

More detailed examples

See original GitHub issue

Hey,

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:closed
  • Created 7 years ago
  • Reactions:1
  • Comments:17

github_iconTop GitHub Comments

5reactions
xinranxiaocommented, Dec 29, 2016

sorry to tag on a closed issue, but was there any progress on making the more complex “real world” example? cc @goatslacker

1reaction
ChrisCatescommented, Jun 16, 2016

@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

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found