Liquid syntax error: 'raw' tag was never closed
For further actions, you may consider blocking this person and/or reporting abuse
Liquid syntax error: 'raw' tag was never closed
For further actions, you may consider blocking this person and/or reporting abuse
Top comments (4)
You should look into useReducer. It's an alternative to useState but for more complex objects like what you have here.
Thank you. However I just wanted to keep it basic, but i will consider useReducer too as a Scale up for the article.
Good one but I think spread operator is the best way to update react state in such case
I understand there are a couple of ways to achieve the same, I just wanted to make it basic. Thank You.