ex)
import React, { createContext } from 'react'; export const UserContext = createContext(); export default UserStore;
아직 value를 바꾸는게 어려워서 시도중.