Skip to content
View jurgob's full-sized avatar

Highlights

  • Pro
Block or Report

Block or report jurgob

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
jurgob/README.md
  • 👋 Hi, I’m @jurgob
  • 👀 I’m interested in javascript, react, isomorphic javascript, microservices, node.js, event driven architecture, CQRS
  • 🌱 I’m currently learning Rust
  • 📫 How to reach me http://jurgo.me

Pinned

  1. react-storybook-addon-add-stories-group react-storybook-addon-add-stories-group Public

    Forked from storybook-eol/react-storybook-addon-info

    A React Storybook addon to add groups of stories and show them all together

    JavaScript 20 1

  2. conversation-api-function conversation-api-function Public

    JavaScript 6 6

  3. crubier/react-graph-vis crubier/react-graph-vis Public

    A react component to render nice graphs using vis.js

    JavaScript 928 169

  4. petehunt/react-howto petehunt/react-howto Public

    Your guide to the (sometimes overwhelming!) React ecosystem.

    11.6k 771

  5. webrtc-rs/examples webrtc-rs/examples Public archive

    Examples of WebRTC.rs

    Rust 46 14

  6. withWindowDimensions.js withWindowDimensions.js
    1
    
                  
    2
    import React from 'react'
    3
    
                  
    4
    function defaultGetWidth () {
    5
      return window.innerWidth;