next-hydration-guard
TypeScript icon, indicating that this package has built-in type declarations

1.0.0 • Public • Published

Next Hydration Guard

The successor of No More Tears Shampoo by Johnson and Johnson

Version Downloads Tests License

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

Package Sidebar

Install

npm i next-hydration-guard

Weekly Downloads

3

Version

1.0.0

License

MIT

Unpacked Size

6.79 kB

Total Files

6

Last publish

Collaborators

  • dexxiez