Skip to content
View LeMark0's full-sized avatar
Block or Report

Block or report LeMark0

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 Loading

  1. PageContextFactory is a helper desig... PageContextFactory is a helper designed to reduce boilerplate when creating React contexts. It allows you to easily create contexts for pages, enabling the sharing of state and logic across the component tree.
    1
    import { renderHook } from '@testing-library/react-hooks'
    2
    import { createPageContext } from './PageContextFactory.tsx'
    3
    
                  
    4
    describe('createPageContext', () => {
    5
      it('should create context and provide access to the state', () => {
  2. React-Redux-Starter-Kit React-Redux-Starter-Kit Public

    Basic project structure for react-redux app development

    JavaScript 5 1

  3. Exchange Exchange Public

    Exchange app based on my React-Redux-Starter-Kit

    JavaScript 2 1

  4. wallet wallet Public

    JavaScript

  5. Flux Flux Public

    Simple flux implementation created just for fun

    JavaScript

  6. phpfastcache phpfastcache Public

    Forked from PHPSocialNetwork/phpfastcache

    The PHP high-performance object caching system ever. phpFastCache is a high-performance, distributed object caching system, generic in nature, but intended for use in speeding up dynamic web applic…

    PHP