Skip to content
View pridees's full-sized avatar
Collecting stars...
Collecting stars...

Organizations

@vugge

Block or report pridees

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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. swift-composer swift-composer Public

    Functional library for productive swift development. Declarative and very flowing. Bricks for point-free notation.

    Swift 1

  2. combine-validate combine-validate Public

    🚦 Validation library depends on SwiftUI & Combine. Reactive and fully customizable.

    Swift 18

  3. AlexoXcodeColors AlexoXcodeColors Public

    🧑‍🎨 Colorful and expressive theme for your Xcode. Enjoy!

    9

  4. typed-redux.ts typed-redux.ts
    1
    // REDUX
    2
    
                  
    3
    // Action
    4
    type Action<T = any> = {
    5
        actionType: T