issues
search
reagent-project
/
reagent
A minimalistic ClojureScript interface to React.js
http://reagent-project.github.io/
MIT License
4.76k
stars
414
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Use new test utils (from reagent-next brach) with React 17 mode
#613
Deraen
opened
3 days ago
0
Testing out disabling Reagent ratom/rendering queue
#612
Deraen
opened
1 week ago
0
Export clj-kondo config
#610
Deraen
opened
1 month ago
0
Controlled input loses cursor with React 18 when input type is :email or :number
#609
flyingmachine
opened
2 months ago
3
Return nil from after-render
#608
axelarge
closed
2 months ago
0
Add documentation/example for SSR
#607
MonsieurV
opened
5 months ago
0
Is there really no way to create an HTML attribute without a value?
#606
elektronik2k5
closed
5 months ago
8
Missing documentation: what's the syntax for creating a non standard HTML attribute?
#605
elektronik2k5
closed
5 months ago
1
Missing documentation: how to pass a CSS custom property?
#604
elektronik2k5
closed
5 months ago
1
Document creating non standard HTML attributes
#603
elektronik2k5
closed
5 months ago
1
Document passing CSS custom properties
#602
elektronik2k5
closed
5 months ago
0
Class name composition is harder than it needs to be
#601
p-himik
opened
8 months ago
4
snake_case mentioned instead kebab-case in documentation of create-class function.
#600
monotech-hq
closed
2 months ago
0
Add defc macro to create fn components with Fast Refresh support
#598
Deraen
opened
12 months ago
1
Controlled input loses cursor under ShadowRoot in React 18
#597
kimo-k
opened
1 year ago
3
Reusable components following HTML semantics of Opional Attributes and Variadic Children
#596
halfzebra
closed
1 month ago
5
The cursor disappears at the end of a controlled input on Chrome
#595
schadocalex
opened
1 year ago
0
Introduce pure clojure wrappers for React Context
#594
ingesolvoll
closed
2 months ago
0
Emotion example
#593
cj-price
opened
1 year ago
0
Any interest in being able to replace `react/createElement` with a custom function?
#592
cj-price
opened
1 year ago
7
Readme says npm i or add deps to .edn but (in my case at least) needed both
#591
DeepReef11
closed
2 months ago
1
@@ -62,6 +62,45 @@ class _Config { } } // eslint-disable-next-line valid-jsdoc /** * fetch problem title, level via solved.ac api * @see {@link https://solvedac.github.io/unofficial-documentation/#/operations/getProblemByIdArray} * @param {string[]} pids - list of problem id (up to 100) * @param { ({ problemId, titleKo, level }) => void } callback */ function fetchProblemsFromSolvedAc(pids, callback) { const query = encodeURIComponent(pids.join(',')); console.log(`https://solved.ac/api/v3/problem/lookup?problemIds=${query}`); fetch(`https://solved.ac/api/v3/problem/lookup?problemIds=${query}`) .then((res) => { console.log('fetchProblemsFromSolvedAc', res); return res; }) .then((res) => res.json()) .then(callback) .catch(() => callback(null)); }
#590
fardhin78
closed
1 year ago
0
MUI ThemeProvider not working
#589
emacsbliss
closed
1 year ago
1
Update docs?
#588
reutsharabani
closed
1 year ago
1
Korean input broken on :input and :textarea
#587
joshcho
opened
1 year ago
1
tag with-let macro symbol to silence infer warning
#586
thheller
closed
1 year ago
0
shadow-cljs emits a warning when using with-let
#585
timmw
closed
1 year ago
4
reactjs has a new link to its website
#584
guojing0
closed
2 years ago
1
ReactDOM.render is no longer supported in React 18. Use createRoot instead.
#583
piotr-yuxuan
closed
2 months ago
3
Update deps
#582
Deraen
closed
2 years ago
0
`TypeError` when using function components with `r/create-class` with `dom.server/render-to-string`
#581
p-himik
opened
2 years ago
0
Prop types
#580
sirmspencer
opened
2 years ago
0
React 18 does not live reload with Shadow-CLJS in non-trivial projects
#579
filipesilva
closed
2 months ago
6
Precisely clarify when Reactions send/receive changes
#578
shaunlebron
closed
2 years ago
0
Refactor Reaction type to clarify when things “change”
#577
shaunlebron
closed
2 years ago
2
Fix #566: Prevent loop when focused input value is updated
#576
Deraen
closed
2 years ago
0
Fix #569: Accept false as react key
#575
Deraen
closed
2 years ago
0
Docs on “Changed?” inaccurate?
#574
shaunlebron
closed
2 years ago
5
remove deadlink to reagent mailing list
#573
shaunlebron
closed
2 years ago
0
docstring typos
#572
shaunlebron
closed
2 years ago
0
examples/material-ui not work
#571
xingzheone
closed
2 years ago
1
examples/material-ui not work
#570
xingzheone
opened
2 years ago
1
Bad react key warning when using false as key
#569
Deraen
closed
2 years ago
0
Reaction value propagation glitch - the dirty flag is not set
#568
p-himik
opened
2 years ago
3
fix left-quote in intro
#567
shaunlebron
closed
2 years ago
1
Infinite loop in the reagent.impl.input wrapper
#566
roman01la
closed
2 years ago
1
Warnings about all components named 'cmp' after upgrading RN to 0.67.4
#565
xfyre
closed
2 years ago
1
Flesh out the Getting Started instructions in the README
#564
mkropat
closed
1 year ago
0
`adapt-react-class` usage leads to `type is invalid` React.createElement error
#563
kovasap
closed
2 years ago
3
Add meta to RCursor.
#562
rgkirch
opened
2 years ago
0
Next