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.

Server side/page functionality

See original GitHub issue

Reef’s got some awesome use cases already, and I’m willing to make the switch, but I’m not sure about it’s compatibility with server side work or multiple pages. I’d like to be able to click a link and change to a new URL (displaying correctly in the address bar), while keeping the instant change/fast functionality.

I was thinking, maybe using the same page and main #app component, but for each page, attaching a different component and somehow changing the address URL for display/routing purposes. Makes me wonder if a fully fledged router (something cheesy like reef-router of course) could be considered.

Side question also, is there any sort of chat/discussion group that exists for Reef? Somewhere like Reddit or even Discord would be great.

Thanks for making something that can be picked up and used awesomely in just one day.

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:17 (10 by maintainers)

github_iconTop GitHub Comments

1reaction
cferdinandicommented, May 16, 2020

@ThatTonybo Popping this out into its own issue.

1reaction
cferdinandicommented, May 13, 2020

@ThatTonybo Actually, never mind. I’ve got something else figured out.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Introduction to the server side - Learn web development | MDN
Perhaps the most significant benefit of server-side code is that it allows you to tailor website content for individual users.
Read more >
Basic Features: Pages - Next.js
Next.js pages are React Components exported in a file in the pages directory. ... Next.js has two forms of pre-rendering: Static Generation and...
Read more >
Client-side vs. server-side rendering: why it's not all black and ...
and how optimized the website is, to name a few. Once the request is done processing, your browser gets back the fully rendered...
Read more >
Client-side vs. Server-side vs. Pre-rendering for Web Apps
With old server-side rendering solutions, you built a web page—with PHP for ... thanks to the Preact/React hydration function, without the need for...
Read more >
What is server-side rendering and how does it improve site ...
Server -side rendering ensures that website content appears quickly, ... including the user interface (UI), data, and functionality.
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