- 48
- 4 144
CODEXSW
United States
Приєднався 26 лют 2021
Want to learn to code? this is your channel.
Відео
Module 3: Layouts and Flexbox
Переглядів 343 місяці тому
Learn to lay out elements on a web application by using Flexbox CSS properties.
React Practice: Edit form and details page
Переглядів 596 місяців тому
Create a details page and an edit form page on Nextjs Supabase React-hook-form React-query.
React Practice: Creating a Listing Page with Supabase and React-Query
Переглядів 926 місяців тому
React Practice: Creating a Listing Page with Supabase and React-Query
Final Project: Create Form Pages
Переглядів 836 місяців тому
Creating Create data form pages on Nextjs with Supabase React-Query
React Context and Zustand: Managing global state in React components
Переглядів 397 місяців тому
React Context and Zustand: Managing global state in React components
React Hook Form: Create scalable forms in React
Переглядів 637 місяців тому
React Hook Form: Create scalable forms in React
React: What is useState and how to use it.
Переглядів 738 місяців тому
React: What is useState and how to use it.
React: Create a Nextjs template for all your program projects
Переглядів 1398 місяців тому
React: Create a Nextjs template for all your program projects
JavaScript: Create a contact form with Bootstrap and EmailJS
Переглядів 748 місяців тому
JavaScript: Create a contact form with Bootstrap and EmailJS
JavaScript Practice: Array of word combinations
Переглядів 208 місяців тому
JavaScript Practice: Array of word combinations
JavaScript Practice: Random Excuse Generator
Переглядів 589 місяців тому
JavaScript Practice: Random Excuse Generator
Can you please tell why not just use sockets for realtime chatting? Isn’t sending req to server after every interval is good? Like lots of reqs just for showing realtime message updates, I think its not efficient
This is not meant for production use. Just as a POC of a chat application built with React, with a way to retrieve and send data from/to a backend using React-query.
well explained👏
Keep up the good work, if you keep being consistent one day it will pay off, have a good day
For ipfs URI to function on firefox (or any browser other than Brave) you have to install IPFS desktop to host your own node and IPFS companion on your browser of choice to link your node to your browser, same as you do with metamask when you connect it to alchemy, infura, or your own node.
How did you get "next" without first installing it?
Great Tutorial..
hi, why do you need the quantities array and which information does it hold ?
in an ERC1155 the only distinction between a token and an NFT is how many of each there are. So, quantities are an array of how many of that NFT will be minted, using the index as ID. so in an array [1, 1, 2] there will be 1 minted for NFT IDs #0 and #1 and 2 minted for NFT #2.
Does the queuing in NFT.Storage finish? As in, do the files get pinned soon after?