- 
                Notifications
    
You must be signed in to change notification settings  - Fork 57
 
Pull requests: toss/react-simplikit
Author
Label
Projects
Milestones
Reviews
Assignee
Sort
Pull requests list
      refactor(useStorageState): supports both type aliases and interface-defined object types within Serializable<T>
      
    
        
          #301
            opened Oct 28, 2025  by
            frontend-jihyeok-um
            
        
        
            
    
  
    Loading…
 
        
          
   
        
      
    
      
        
      
      
  
    2 of 4 tasks
  
      ci(.github/workflows/release): standardize yarn commands to use explicit 'run' syntax
      
    
      
  
        
          #298
            opened Oct 21, 2025  by
            sukvvon
            
        
        
            
    
  
    Loading…
 
        
          
   
        
      
    
      
        
      
      
  
    2 of 4 tasks
  
      chore(eslint): add 'defineConfig' for better type safety
      
    
      
  
        
          #297
            opened Oct 21, 2025  by
            sukvvon
            
        
        
            
    
  
    Loading…
 
        
          
   
        
      
    
      
        
      
      
  
    2 of 4 tasks
  
      refactor(useControlledState): use ref to store latest onChange handle…
      
    
        
          #283
            opened Oct 13, 2025  by
            kyukyu-dev
            
        
        
            
    
  
    Loading…
 
        
          
   
        
      
    
      
        
      
      
  
    2 of 4 tasks
  
      refactor(mergeRefs): Enhance mergeRefs to handle optional cleanup functions returned by callback refs
      
    
      
  
        
          #281
            opened Sep 16, 2025  by
            wo-o29
            
        
        
            
    
  
    Loading…
 
        
          
   
        
      
    
      
        
      
      
  
    2 of 4 tasks
  
      refactor(mergeProps): mergeProps by removing redundant undefined check and simplifying style merging logic
      
    
      
  
        
          #279
            opened Sep 15, 2025  by
            wo-o29
            
        
        
            
    
  
    Loading…
 
        
          
   
        
      
    
      
        
      
      
  
    2 of 4 tasks
  
      refactor(Separated): fix key usage in Separated component: use child.key instead of array index for better stability
      
    
      
  
        
          #278
            opened Sep 15, 2025  by
            wo-o29
            
        
        
            
    
  
    Loading…
 
        
          
   
        
      
    
      
        
      
      
  
    2 of 4 tasks
  
      refactor(buildContext): added displayName and fixed useInnerContext branch handling
      
    
      
  
        
          #277
            opened Sep 15, 2025  by
            wo-o29
            
        
        
            
    
  
    Loading…
 
        
          
   
        
      
    
      
        
      
      
  
    2 of 4 tasks
  
      refactor(useVisibilityEvent): optimize useVisibilityEvent hook with usePreservedCallback to prevent unnecessary effect
      
    
      
  
        
          #276
            opened Sep 14, 2025  by
            wo-o29
            
        
        
            
    
  
    Loading…
 
        
          
   
        
      
    
      
        
      
      
  
    2 of 4 tasks
  
      docs(useThrottle): clarify defaultValue initial value description
      
    
      
  
        
          #275
            opened Sep 13, 2025  by
            wo-o29
            
        
        
            
    
  
    Loading…
 
        
          
   
        
      
    
      
        
      
      
  
    1 of 4 tasks
  
      docs(useStorageState): Clarify serializer and deserializer function types
      
    
      
  
        
          #274
            opened Sep 13, 2025  by
            wo-o29
            
        
        
            
    
  
    Loading…
 
        
          
   
        
      
    
      
        
      
      
  
    1 of 4 tasks
  
      refactor(useRefEffect): Improve useRefEffect hook by adding generic types in docs and strict null check in implementation
      
    
      
  
        
          #273
            opened Sep 13, 2025  by
            wo-o29
            
        
        
            
    
  
    Loading…
 
        
          
   
        
      
    
      
        
      
      
  
    2 of 4 tasks
  
      refactor(usePrevious): remove undefined from compare argument and return type
      
    
      
  
        
          #272
            opened Sep 13, 2025  by
            wo-o29
            
        
        
            
    
  
    Loading…
 
        
          
   
        
      
    
      
        
      
      
  
    2 of 4 tasks
  
      docs: Improve readability of condition prop description for dependency functions
      
    
      
  
        
          #271
            opened Sep 13, 2025  by
            wo-o29
            
        
        
            
    
  
    Loading…
 
        
          
   
        
      
    
      
        
      
      
  
    1 of 4 tasks
  
      docs: fix useLongPress hook event handler descriptions and formatting
      
    
      
  
        
          #269
            opened Sep 12, 2025  by
            wo-o29
            
        
        
            
    
  
    Loading…
 
        
          
   
        
      
    
      
        
      
      
  
    1 of 4 tasks
  
      fix: explicit boolean typing for impressed parameter to resolve lint warnings
      
    
      
  
        
          #268
            opened Sep 12, 2025  by
            wo-o29
            
        
        
            
    
  
    Loading…
 
        
          
   
        
      
    
      
        
      
      
  
    1 of 4 tasks
  
      fix: useDebouncedCallback to support generic parameter type for onChange
      
    
      
  
        
          #267
            opened Sep 12, 2025  by
            wo-o29
            
        
        
            
    
  
    Loading…
 
        
          
   
        
      
    
      
        
      
      
  
    2 of 4 tasks
  
      docs: fix AutoCompleteInput example in usage docs
      
    
      
  
        
          #266
            opened Sep 12, 2025  by
            wo-o29
            
        
        
            
    
  
    Loading…
 
        
          
   
        
      
    
      
        
      
      
  
    1 of 4 tasks
  
      docs(useStorageStore): correct typos in useStorageState.md
      
    
      
  
        
          #264
            opened Aug 22, 2025  by
            ato-m-a
            
        
        
            
    
  
    Loading…
 
        
          
   
        
      
    
      
        
      
      
  
    2 of 4 tasks
  
      refactor(useCounter): Extract validateValue function and optimize performance
      
    
      
  
        
          #259
            opened Jun 23, 2025  by
            wo-o29
            
        
        
            
    
  
    Loading…
 
        
          
   
        
      
    
      
        
      
      
  
    2 of 4 tasks
  
      fix(useOutsideClickEffect): restrict event type to MouseEvent in handleDocumentClick
      
    
      
  
        
          #258
            opened Jun 22, 2025  by
            wo-o29
            
        
        
            
    
  
    Loading…
 
        
          
   
        
      
    
      
        
      
      
  
    2 of 4 tasks
  
Previous Next
  
  
  ProTip!
  Add no:assignee to see everything that’s not assigned.