1.0.0 • Published 2 months ago

next-hydration-guard v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 months ago

rosen hydration

Getting Started:

  1. Install: echo "you should probably know by now"
  2. Import and use:
import { NextHydrationGuard } from "next-hydration-guard";
// or
import NextHydrationGuard from "next-hydration-guard"; // Also available if you want instead

export const BigChongus = ({ bigChongusData }) => {
  // Very important stuff goes here..

  return (
    <NextHydrationGuard data={bigChongusData} fallback={<div>Loading...</div>}>
      <QuestionableDataAtBest data={bigChongusData} />
    </NextHydrationGuard>
  );
};
  1. Have a life (optional): Spend time with the wife and kids.

Documentation: Wide range of documentation

1.0.0

2 months ago

0.1.0

3 months ago

0.0.2

3 months ago

0.0.1

3 months ago