Introduction:
In the world of web development, building a todo list application is a rite of passage. In this tutorial, we'll take it a ...
For further actions, you may consider blocking this person and/or reporting abuse
You can use code highlight by using the following syntax:
which will have the following output:
thank you i was looking for that also but i didnt know how to handle it hahah
Why the image?
```js
const name = "John";
```
You should add in optimistic updates. An application like a todo app should feel like it’s running locally. You should never have to wait for a loading spinner after creating items.
React-query has great support for this: tanstack.com/query/v4/docs/framewo...
Thanks for your feedback 🤗
actuallty i just wanted to explain the basics of react query and their hooks to fetch and to send data i didnt focus on how the application will look like
Fair enough! I just never see it discussed so thought I’d drop the suggestion. Great article though 🙌
i will write an article about it next time 🤗🤗 thanks dude
Could you please publish it for JavaScript? Thanks
man, typescript is goated, just use that. Javascript without typescript is hell
you want just the source code ?
Can you provide a live version of the result?
it would be better if you clone project from respository and run it because this tutorial is just a simulation of data
you wont notice any change after doing the update of delete actions because it wont really be saved on the server side
you just need to check with inspect tab to check if the api request is being triggred succefully or not
you will find the link of repository at the end of the post
For your inquiry here is the link for the live version