Posts by Darlan Costa • 1 point
3 posts
-
0
votes1
answer82
viewsA: What is the best practice in using Redux for small projects?
I did a good search this morning and I saw that you can do a lot with the context API + hook useContext(). I will start without Redux anyway and in case in the future it is necessary I will search…
-
1
votes1
answer516
viewsA: Right alignment with Styled Components
In part: export const Navigation = styled.div` padding-left: 30px; height: 32px; border-left: 1px solid #ddd; display: flex; align-items: center; --> Alterar para "right" ou "flex-end"…
-
1
votes1
answer82
viewsQ: What is the best practice in using Redux for small projects?
Good night. I am starting a project in Reactjs an ERP Web containing basic registrations of people, products, orders. I will use Redux for the benefits of state sharing between the components, but…