day8 / day8/re-com

nested-grid does not support :src prop like other components

Open
#345 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

enhancement
Dominant language
Clojure
Stars
823
Forks
142
PR merge metrics
No merged PRs in 30d

Description

Most re-com components support the optional :src property. This is an debugging aid when inspecting the dom and trying to map to actual app code.

e.g.

(ns your-ns
 (:require [re-com.core :as rc :refer [at]]))
...
[rc/h-box
 :src (at)
 :children [ .... ]]

The nested-grid should also support this as an optional property

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by locating the nested-grid component and compare its accepted properties with components such as h-box, using the :src example as the reference. Add optional :src support so DOM inspection can map nested-grid to app code, then verify that nested-grid still renders correctly with and without the property.

Written by the indexing model from the issue text.

Assessment

Tech stack
clojure
Domain
frontend
Issue type
Feature
Difficulty
2/5
Estimated time
1-3 hours
Activity status
Stale
Clarity
Clearly specified
Newbie friendliness
55/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.