Skip to content
View danielrose7's full-sized avatar

Block or report danielrose7

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. able-farm able-farm Public

    garden planning made easy

    JavaScript 1

  2. blog blog Public

    Simple NextJS powered blog w/ playground preview

    JavaScript

  3. bubbleSheetToCsv bubbleSheetToCsv Public

    Bubble sheet multiple choice scanner

    JavaScript 2

  4. ridge ridge Public

    Demo data vis tool that creates charts using react_js and victory_js 📊🤓

    JavaScript

  5. progressively disable dependent opti... progressively disable dependent options
    1
    Tag Type
    2
    - category of tag
    3
    - `has_many :tags`
    4
    - optionally belongs to a parent tag type (nested option)
    5
    
                  
  6. a simple way to hand off server side... a simple way to hand off server side rendered data attributes to props in components
    1
    // - example rails erb view
    2
    //  <div id="edit-react-form"
    3
    //       data-submit-endpoint="<%= billing_profile_path(@billing_profile.token) %>"
    4
    //       data-initial-values="<%= @form.initial_values.to_json %>"
    5
    //       data-cancel-url="<%= billing_profile_path(@billing_profile.token) %>"