Skip to content
View anasyo10's full-sized avatar
🐢
🐢

Block or report anasyo10

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. apollo-client apollo-client Public

    Forked from apollographql/apollo-client

    🚀 A fully-featured, production ready caching GraphQL client for every UI framework and GraphQL server

    TypeScript

  2. convert-units convert-units Public

    Forked from convert-units/convert-units

    An elegant way to convert quantities between different units.

    JavaScript

  3. react-beautiful-dnd react-beautiful-dnd Public

    Forked from atlassian/react-beautiful-dnd

    Beautiful and accessible drag and drop for lists with React

    JavaScript

  4. react-ssr react-ssr Public

    Ruby

  5. styled-components styled-components Public

    Forked from styled-components/styled-components

    Visual primitives for the component age. Use the best bits of ES6 and CSS to style your apps without stress 💅

    JavaScript

  6. Sample redis client setup. Sample redis client setup.
    1
    class RedisClient
    2
      attr_reader :redis_client
    3
      def self.redis_cluster
    4
        @redis_cluster ||= begin
    5
          urls = Constants::REDIS_CLUSTER