/useKnowledge

:electron: Collection of cool things useful in Frontend development

Primary LanguageJavaScriptMIT LicenseMIT

useKnowledge

export function useKnowledge (
  coolThings: CoolThing[],
) {
  React.useMemo(
    coolThings,
    [React, Function, Monad, Closure, Structure],
  );
};

Collection of cool things useful in Frontend development