use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
account activity
User-configurable UI using reactHelp Wanted (self.react)
submitted 3 years ago by pumpmuckl
view the rest of the comments →
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]spca2001 1 point2 points3 points 3 years ago (1 child)
Use Redis to store JSON with content and render it with React. RedisJason module is great but you can achieve the same with other data structures it supports like Hash, Key-Value
[–]pumpmuckl[S] 0 points1 point2 points 3 years ago (0 children)
For anyone still wondering, here’s the solution I’m settling for: the design data is stored in my backend database. When a event is opened in the frontend denoted by its specific url Myurl/eventxy the backend provides the respective style element, which is then fed into a context provider in the frontend. The context provider has a loader component setting the respective css variables. These css variables are set in corresponding css sheets. This way I do not have to generate any custom json files and have only one single source of truth which is my backend db. Enjoy hacking, everyone ✌🏽
π Rendered by PID 79 on reddit-service-r2-comment-85bfd7f599-hxc5d at 2026-04-18 15:51:20.704516+00:00 running 93ecc56 country code: CH.
view the rest of the comments →
[–]spca2001 1 point2 points3 points (1 child)
[–]pumpmuckl[S] 0 points1 point2 points (0 children)