Skip to content
View chengsokdara's full-sized avatar
🏠
Working from home
🏠
Working from home

Organizations

@rawewhat
Block or Report

Block or report chengsokdara

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. use-whisper use-whisper Public

    React hook for OpenAI Whisper with speech recorder, real-time transcription, and silence removal built-in

    TypeScript 666 129

  2. React global state in 15 lines of code. React global state in 15 lines of code.
    1
    // Author: Sokdara Cheng
    2
    // Contact me for web or mobile app development using React or React Native
    3
    // https://chengsokdara.github.io
    4
    import React, { createContext, useContext, useReducer } from "react";
    5
    import initialState from "./initialState"; // object of initial states
  3. rawewhat/stora rawewhat/stora Public

    StoRa is a global state management library with no dependency and written purely on React hooks.

    JavaScript 7

  4. rawewhat/react-native-picker rawewhat/react-native-picker Public

    Picker or Selector for React Native with zero dependency and cross-platform.

    JavaScript 3

  5. react-native-cosmotize react-native-cosmotize Public

    React Native direct prop styling, inspired by Tailwindcss.

    TypeScript

  6. rawewhat/react-native-keep-rawake rawewhat/react-native-keep-rawake Public

    Keep Screen On for Android and iOS

    Java