junhoyeo / useKnowledge

:electron: Collection of cool things useful in Frontend development

Home Page:https://useknowledge.now.sh/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

useKnowledge

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

Collection of cool things useful in Frontend development

About

:electron: Collection of cool things useful in Frontend development

https://useknowledge.now.sh/

License:MIT License


Languages

Language:JavaScript 100.0%