Posts by Luciano Lima • 73 points
3 posts
-
2
votes0
answers100
viewsQ: What is the best strategy to update data only when needed?
In an application with React Native, using Redux and Redux-Persist, how best to identify which content needs to be updated? In my case, I have an app that makes some requests at start up. When I…
-
1
votes3
answers1676
viewsA: How to set a max-width to a div that increases and decreases proportionally?
To do this you will have to use a few things and a little math. You can take the size of the elements in 3 ways: $(ele).height - Does not count padding, border and margin measures;…
-
4
votes4
answers1259
viewsQ: Git merge between branches with submodules
I have a following mobile project. A repository where code is shared between several projects. I’ll call this repository. In the projects were created branchs of this base type because it was…