Fork me on GitHub
#reagent
<
2018-12-25
>
abdullahibra12:12:15

hi guys is there a limit to process much elements in reagent ?, i mean can i use it with 10^6 changeable cells of table for example ?

manutter5115:12:22

I suspect that you’re more likely to run into browser limits (as in the browser slows way down) before you hit a limit specific to Reagent/React. Can you use pagination or “infinite scroll” so that you don’t need to render quite so many elements at the same time?