Unanswered Questions
161 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
69views
Form deserializer for Python Flask
I've started working on a small Flask project for no real reason other than fun, and pulled myself back on form validation. I realize that there are existing libraries like WTForms, but wanted to try ...
CommunityBot
- 1
5votes
0answers
224views
Winforms MVP Validation
I have a Winforms MVP application where I need to use the ErrorProvider on the view. I have added the following methods to my presenter to allow me to show the ErrorProvider but it just doesn't feel ...
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
187views
Vuejs - input validation
I'm in a project that's currently using vue. I'm at the moment developing validations for the inputs and in a way to make them more flexible, my idea was to create an intermediate component "...
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 ...





