Posts by buenojc • 53 points
4 posts
-
2
votes1
answer49
viewsQ: Problems invoking external Libs functions in React
I’m developing a website in React and I need to use an external Javascript lib (I don’t have his npm package), so I have a link to import on the site. At first I thought of importing it into HTML…
-
-1
votes1
answer29
viewsA: Value check within Object is not working
In your code you are doing the check of response.generatedBoleto with a = only and not with 2 or 3 (where 2 checks if it is equal and 3 checks if even the data type is equal), that is, the condition…
-
2
votes0
answers48
viewsQ: What precautions should I take to create a checkout page?
Hello! I am developing an e-commerce in Reactjs and doing the integration with Pagseguro and, although it is possible to use their checkout page, I would like to create mine and only send the data…
-
0
votes1
answer70
viewsQ: Status of the array not updated with Sort
I’m pulling an array with a user’s repositories on github and need to sort according to the number of stars, with the option of increasing and decreasing. I thought: when the user clicks on the…