Posts by Henrique Teles Ribeiro • 26 points
3 posts
-
0
votes1
answer118
viewsA: Bug list of React users
I’m not sure that’s it, but I think the problem is because you’re changing the state variable directly. Create an outside variable to change. Status variables are not meant to be updated manually,…
-
0
votes1
answer85
viewsA: How do I change the title name via i18next in the Active Act browsers?
I did so I created a component that imports i18n and called it Localization: import i18n from 'i18n-js' import en_US from 'translations/en-US' import pt_BR from 'translations/pt-BR' const…
-
1
votes0
answers17
viewsQ: Cloud Save app creation for premium users only
I work with React-On and have an interest in creating an application that saves in a cloud database for premium users only. The user would normally persist on the local device, but if I had a…