Skip to content

Instantly share code, notes, and snippets.

@hieptl
Created October 18, 2021 13:51
Show Gist options
  • Save hieptl/cc0d6948e2b628ce6bca41c3dc39ca34 to your computer and use it in GitHub Desktop.
Save hieptl/cc0d6948e2b628ce6bca41c3dc39ca34 to your computer and use it in GitHub Desktop.
context.ts - Ionic Chat App
import React from 'react';
export default React.createContext<any>(null);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment