Skip to content

dexxiez/next-hydration-guard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

The successor of No More Tears Shampoo by Johnson and Johnson

Resources

Stars

Watchers

Forks