Skip to content

Latest commit

 

History

History
47 lines (38 loc) · 1.5 KB

README.md

File metadata and controls

47 lines (38 loc) · 1.5 KB

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