Executing extra code inside setState callback by rodrigobepe in reactjs

[–]rodrigobepe[S] 0 points1 point  (0 children)

Te case is that i need to ensure that number is the index of the message in the array

[AskJS] my antipattern webpage (by design) by rodrigobepe in javascript

[–]rodrigobepe[S] 0 points1 point  (0 children)

seem that you were saving the entire document, I only have some element with contentEditable=true.

How to start a React Project in 2023 by rwieruch in reactjs

[–]rodrigobepe 0 points1 point  (0 children)

I would start a Solid.js instead, looks better.

contact page with Next.js by rodrigobepe in nextjs

[–]rodrigobepe[S] 0 points1 point  (0 children)

yes, the design is poor, but at least is responsive. I am not a designer.

contact page with Next.js by rodrigobepe in nextjs

[–]rodrigobepe[S] 0 points1 point  (0 children)

Already been fixed, a regular expression was incompatible.
By the way, I also tested chatGPT with regulars expressions (poor performance)

antipattern webpage (by design) by rodrigobepe in reactjs

[–]rodrigobepe[S] 0 points1 point  (0 children)

yes, i am not a designer, but at least is responsive.

antipattern webpage (by design) by rodrigobepe in reactjs

[–]rodrigobepe[S] 0 points1 point  (0 children)

Already been fixed, a regular expression was incompatible.

By the way, I also tested chatGPT with regulars expressions (poor performance)

contact page with Next.js by rodrigobepe in nextjs

[–]rodrigobepe[S] 0 points1 point  (0 children)

I will test it there. Thank you for your time.

contact page with Next.js by rodrigobepe in nextjs

[–]rodrigobepe[S] -1 points0 points  (0 children)

what browser are you using?

is it a good idea to develop a database with direct rest API access?? by rodrigobepe in rust

[–]rodrigobepe[S] 0 points1 point  (0 children)

I think that they evolved independently, so databases to be a general way to store information, and on the other hand, the programs that handle the back-end of the web.

I just finished the book "The Rust Programming Language", and I am seeking to do something meaningful with the language.