Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Task /core: Create a new experiment for hydration of SSR remote modules #155

Closed
4 tasks
webcrumbs-community opened this issue Nov 27, 2023 · 1 comment
Closed
4 tasks

Comments

@webcrumbs-community
Copy link
Owner

webcrumbs-community commented Nov 27, 2023

We're extending our existing setup to allow hydration of server-side loading of remote modules.

What Needs to Be Done?

The mission here is to take /core/experiment-4 and make a new sibling: experiment-x (where 'x' is the next available number). This new experiment will enable hydration of server-side loading of dynamic remote modules in React.

There's a catch: make sure it doesn't call external urls from the client side.

Related to discussions #91 and #116
Continues issue #103

Why Is This Important?

Hydration of server-side loaded components is what makes it interactive.

Skills Needed

  • JavaScript
  • React
  • Understanding of package bundling
  • Knowledge of micro frontends
  • Or, hey, just the curiosity to learn these skills!

Requirements

  • Clone /core/experiment-4 into a new directory, /core/experiment-x.
  • Modify experiment-x to enable server-side loading of remote modules in Next.js.
  • Validate that the new setup works as expected.
  • Add the purpose and the limitations in the README.md of the experiment.

We're about to turn the page on a new chapter of WebCrumbs. Head on over to our GitHub repo and take your seat for this exciting ride!

@webcrumbs-community webcrumbs-community changed the title Task /core: Create a new experiment for SSR and hydration of remote modules Task /core: Create a new experiment for hydration of SSR remote modules Nov 27, 2023
@webcrumbs-community webcrumbs-community removed the help needed Extra attention is needed label Nov 27, 2023
@webcrumbs-community
Copy link
Owner Author

Closed with 682cc17

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Done
Development

No branches or pull requests

1 participant