I have a simple doubt that I can hope somebody can help me with. I have a simple app that hava a main screen where loads all data that I get from a SQLite datab
I used lightobx to make such a photo group. Although the data-lightbox inside is set with the same name, setting the same name according to the instructions in
Are there any libs that help obscurify a react build for production? Something like: const MyComp = () = > { const {propa, propb} = useMyfunc() return(...)
I am trying to create a close button with clickable action. here, I need to design round close button icon and place it top of right corner in the view. How to
I am learning about debouncing, and the concept makes sense, but I don't know why the arrow function that my debounce function returns is never run. public
Is it possible to add a unique ID to each menu item that is rendered using <TablePagination >? I want to add a unique ID (for example: id="menu_item_0", i
This is my Vue main file: export default { name: 'app', components: { FormSelector, }, data () { return { headerInf
Are they all the same thing? Can a node program use react package, vice versa?
So i have a form that that does a simple calculation, depending on the users input. If the results is a certain value then it stores that value in a database, t
I have a project structure like this: main depends on file:../lib1 which depends on file:../common main depends on file:../lib2 which depends on file:../common
I try to use Redux with next.js starter project and I installed next-redux-wrapper on the project but I'm not sure where is the root file in this project. I try
what can I do if I want to exclude some 'routes' from the transition? For example, the routes are as follows; <Routes> <Route path="/login" element={
I trying to solve a challenge with the following question: Implements a function that takes a number as a parameter and after x milliseconds (between an interv
UPDATE: I've found out that i have to mock certain functions but it is still a hell of a job :) I've been stuck on this particular problem for almost 3 weeks no
I am using combo chart using chart.js in my website. The problem I am facing is the line disappears when it meets the bar. I think it is because the line chart
Below given function is JS sorting function based on multiple criteria. I found this cool function on some website. It would be great if someone could explain t
I have used the following link to upload files in mongodb which is working in my application : https://dev.to/shubhambattoo/uploading-files-to-mongodb-with-grid
In the Google Maps Javascript API example, I see they had something like this in the HTML: <script type="module" src="./index.ts"></script> and an
Below given function is JS sorting function based on multiple criteria. I found this cool function on some website. It would be great if someone could explain t
I want to render a pay widget in the Flutter web app and I need a unique token there, so I calling Iframe from Dart to render it. However I didn't find how to s