DINO
DINO
RReactiflux
Created by DINO on 11/13/2024 in #react-forum
How do I handle authentication state in a SPA react app?
Thank you very much
5 replies
RReactiflux
Created by DINO on 9/29/2024 in #react-forum
I would like implement multiple tabs navigation inside my React app, where do I start?
Thank you very much. I will try to implement it today and see how it goes.
12 replies
RReactiflux
Created by DINO on 9/29/2024 in #react-forum
I would like implement multiple tabs navigation inside my React app, where do I start?
Thank you very much. The thing is I hope I could find a way that doesn't require me to store anything in localstorage, because I might open a lot of routes and I have to enable localstorage in most of the pages. I thought about having each tab its own Router but I guess this hack would way too difficult to implement.
12 replies
RReactiflux
Created by DINO on 9/29/2024 in #react-forum
I would like implement multiple tabs navigation inside my React app, where do I start?
Just like a browser tabs navigation.
12 replies
RReactiflux
Created by DINO on 9/29/2024 in #react-forum
I would like implement multiple tabs navigation inside my React app, where do I start?
@Tony Snark thanks. Let's say I am in the first tab and I click create a new product, then I would like to open up a new tab in my app of the new product page. It's a not route because I would like be able to switch between tabs without them being rerendered. So I fill up the product form in the second tabs and be able to go back to the first tab to do something then if I click on the second tabs to switch to the product tab I would still have my product from filled.
12 replies
RReactiflux
Created by DINO on 4/5/2024 in #react-forum
Make Zustand store scalable
Thank you very much for the help ❤️
10 replies
RReactiflux
Created by DINO on 4/5/2024 in #react-forum
Make Zustand store scalable
I don't mind the long name. Interfaces usually starts with the letter I
10 replies
RReactiflux
Created by DINO on 4/5/2024 in #react-forum
Make Zustand store scalable
I like Type more, and I have seen it used a lot.
10 replies
RReactiflux
Created by DINO on 9/4/2022 in #help-js
DINO – 10-41 Sep 4
Thank you very much but unfortunately with this lib I have to set the x and y positions manually :/
3 replies
RReactiflux
Created by DINO on 8/22/2022 in #help-threads-react
DINO – 23-15 Aug 22
This doesn't sound like a good practice because we have to specify the types of our props and are they required or not..etc
8 replies
RReactiflux
Created by DINO on 8/21/2022 in #help-threads-react
✅ – DINO – 20-49 Aug 21
Sorry I got confused at first, I understand what you mean now.
7 replies
RReactiflux
Created by DINO on 8/21/2022 in #help-threads-react
✅ – DINO – 20-49 Aug 21
and you import it this way? import {MyButton} from '../MyButton/MyButton'?
7 replies