Unanswered Questions
145 questions with no upvoted or accepted answers
7votes
0answers
4kviews
React Native - Rendering different scenes based on application state
I am usingreact-native-router-flux to organize the routes for my application. Using Firebase, I am able to call ...
6votes
0answers
68views
React state management design pattern new approach thoughts
Hey people on the internet!I do not know where to share my new npm package so I am asking you do you know of a good place to share my package?Also I would really appreciate if you take a look on it ...
5votes
0answers
583views
React Context & Hooks custom Vuex like store
I've been experimenting with Hooks lately and looking more into how can I replace Redux withuseContext anduseReduer. For me, ...
5votes
0answers
63views
React and D3 Alignment Histogram
I'm reasonably new toD3, and I've put together a class basedReact component which outputs a genomic alignment visually. The ...
5votes
0answers
163views
Simple HTTP router package
I have created a router/micro-framework. I have split my code into multiple files by responsibility. All files are in the same directory. Would you recommend any way of improving it ? The most ...
4votes
0answers
88views
React - Show more and search functionality
I created a rough implementation of a component that lists stuff based on data has the option to enable searching for that data. I've not used React all that much so it's probably a terrible way to ...
4votes
0answers
82views
Looking for feedback on a simple finite state machine for logging in with xstate
I have a sample React app that loads a username and password, and then randomly provides a login result on submission for the sake of example.CodeSandbox: https://codesandbox.io/s/stack-xstate-login-...
4votes
0answers
140views
React - pomodoro clock
I'm looking for some feedback on a pomodoro clock that I recently wrote with React.I'm pretty new to React and coding in general. I followed a couple of online courses, but I'm mostly self-taught. ...
4votes
0answers
640views
Simple routing in Rust
After my last attempt, I started to learn Rust again. This time I wrote a simple HTTP router. I would appreciate it if you could help me to fix my mistakes. Here is the link of the repositorymain....
4votes
0answers
642views
Client-side routing using Knockout and HTML5 History API for a single-page web application
The full question is... "Please, how can this code base or project (for client-side routing using Knockout and HTML5 History API) be further enhanced as regards security, production-readiness, ES6, ...
4votes
0answers
307views
4votes
0answers
100views
Changing Component Style
I have a component that I want to render with certain styling based upon the props that it will receive. I'm currently defaulting the prop types, and then creating the styling at render as such:<...
3votes
0answers
56views
React section toggle with single active panel
I’ve built a working animated panel menu in React using Framer Motion. Only one section expands at a time, making the animation smooth and visually clean.However, I’d like help improving or ...
3votes
0answers
47views
React Heatmap like GitHub Contributions calendar
After having trouble with a few Charting libraries I decided to implement my own GitHub style heatmap with react and React-Bootstrap. It actually works. Since it does not need to be extensible it only ...
3votes
0answers
67views
Goal tracking app in React
I've developed a goal tracking app in React.I'm curious whether writing filter functions without usinguseState is appropriate or not.Any feedback to optimize the ...




