Questions tagged [react]
The react tag has no summary.
87 questions
0 votes
0 answers
16 views
Are there any free React date picker components which are fully localized, including ARIA labels?
I'm looking to replace the unmaintained react-dates in a way that works well with localization. It seems to me that it should include aria-label and other attributes being in the same language as the ...
0 votes
0 answers
9 views
Multiple cell copy pasting just like spreadsheets. Text+Images both
I am looking for something Similar to Google sheets/MS Excel. But with few things of my own. It is really easy to input data in Excel and that's what my end user loves. So, actually I am looking for ...
0 votes
0 answers
22 views
Web editor for (workflow) graphs with XAML support?
Our team wants to build a graphical editor for administrative work processes (workflows or the like). We have yet chosen between BPMN.js and ReactFlow for graphical editing in the Web, because it ...
0 votes
0 answers
14 views
React DOM animation library
I'm looking for a library (specifically for React) that allows me to easily mimmick this Windows 8 dropdown as demonstrated in the GIF.
2 votes
0 answers
21 views
JSON Schema to Web UI \ HTML Form (Draft 2020-12)
We are using Draft 2020-12 of the Json Schema specifications. The official tools page shows a list of Schema To Web UI tools. Unfortunately there are no such tools when filtering the dialect to ...
1 vote
0 answers
15 views
Display a graph as boxes that fit a single box?
let's say I have a graph like graph = [ { id: 0, quantity: 30, next: [2] }, { id: 1, quantity: 110, next: [3, 4] }, { id: 2, ...
1 vote
0 answers
28 views
Build Tool for a React SPA
The task I want to accomplish, requirements for that task: I'm currently in the process of selecting a build tool for a new React SPA project (without SSR or server components). The requirements are: ...
1 vote
1 answer
33 views
Looking for a media storage server
I am making a webapp using: ASP.NET core open api backend React TSX frondend Keycloak authentication service MySQL database Now, I want to support uploading of images, and perhaps video's. (To be ...
1 vote
0 answers
22 views
Recommendations for a browser-based frontend implementation
We are planning to set up a new browser-based mapping application from scratch. Our requirements are OpenLayers as the map framework the application should be somehow futureproof for a couple of ...
1 vote
0 answers
45 views
I'm looking for a reporting tool similar to Crystal Reports but free that integrates well with React
I'm looking for a reporting tool that meets the following criteria: Integration with React REST API support Chart and graph capabilities Filtering capabilities Must have drag and drop designer Must ...
0 votes
1 answer
140 views
Creation of a Google Maps clone
Good morning, I want to ask you some suggestions to create an application that basically is able to replicate Google Maps using Here APIs. My principal purpose is to display a map and a polyline that ...
0 votes
0 answers
3k views
Open source React timeline UI component, similar to those used in video editing or multi-track audio editing?
I'm looking for an open source React component that would let users drag and resize blocks horizontally over a timeline within different "swimlanes", similar to what you might see in a video ...
0 votes
2 answers
1k views
Full Page image zoom overlay like in this article:
In this article images can be zoomed into full screen with a single click: https://medium.design/image-zoom-on-medium-24d146fc0c20 The great thing is, it overlays the whole page instead of switching ...
1 vote
0 answers
13 views
Advice on which full stack components to use for dynamic web app with backend storage
Full stack semi-noob question here: I want to build a website here in 2022 to help users with financial things like budgeting and general finance education, and I'd like to pick the right modern set ...
1 vote
0 answers
19 views
Sortable/filterable web table which can be updated without always losing selection/focus
I have an older web app with a data table which every 5 seconds gets updated and has its contents refreshed (think of a process manager). The table also allows sorting and filtering per row. But while ...