CODEXSW
CODEXSW
  • 48
  • 4 144
tailwindcss
tailwindcss
Переглядів: 49

Відео

react
Переглядів 232 місяці тому
react
visual components
Переглядів 182 місяці тому
visual components
routing nextjs
Переглядів 382 місяці тому
routing nextjs
js async fetch
Переглядів 282 місяці тому
js async fetch
todo list with api
Переглядів 722 місяці тому
todo list with api
js arrays
Переглядів 92 місяці тому
js arrays
Bootstrap Introduction
Переглядів 253 місяці тому
Brief Bootstrap Introduction
Module 3: Layouts and Flexbox
Переглядів 343 місяці тому
Learn to lay out elements on a web application by using Flexbox CSS properties.
Module 2: CSS
Переглядів 393 місяці тому
Cascade Style Sheets Introduction
HTML Forms Introduction
Переглядів 125 місяців тому
Brief intro to HTML Forms
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
SQL: Introduction
Переглядів 407 місяців тому
SQL: Introduction
Nextjs Page Routing
Переглядів 1847 місяців тому
Nextjs Page Routing
API & JavaScript Fetch
Переглядів 337 місяців тому
API & JavaScript Fetch
React Practice: Create a Chat App
Переглядів 657 місяців тому
React Practice: Create a Chat App
React Context and Zustand: Managing global state in React components
Переглядів 397 місяців тому
React Context and Zustand: Managing global state in React components
React Practice: Create a Todo App
Переглядів 557 місяців тому
React Practice: Create a Todo App
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
React: Intro
Переглядів 308 місяців тому
React: Intro
JavaScript: Create a contact form with Bootstrap and EmailJS
Переглядів 748 місяців тому
JavaScript: Create a contact form with Bootstrap and EmailJS
JavaScript: The DOM
Переглядів 708 місяців тому
JavaScript: The DOM
JavaScript: Unit testing
Переглядів 178 місяців тому
JavaScript: Unit testing
JavaScript Practice: Array of word combinations
Переглядів 208 місяців тому
JavaScript Practice: Array of word combinations
JavaScript: Intro to Arrays
Переглядів 188 місяців тому
JavaScript: Intro to Arrays
JavaScript Practice: Random Excuse Generator
Переглядів 589 місяців тому
JavaScript Practice: Random Excuse Generator

КОМЕНТАРІ

  • @tiptrcks3960
    @tiptrcks3960 7 місяців тому

    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

    • @codexsw
      @codexsw 7 місяців тому

      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.

  • @codingpandas
    @codingpandas 8 місяців тому

    well explained👏

  • @marblekarma1731
    @marblekarma1731 9 місяців тому

    Keep up the good work, if you keep being consistent one day it will pay off, have a good day

  • @lucianoolivabianco1412
    @lucianoolivabianco1412 Рік тому

    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.

  • @lucianoolivabianco1412
    @lucianoolivabianco1412 Рік тому

    How did you get "next" without first installing it?

  • @muhammadaasimsoomro4971
    @muhammadaasimsoomro4971 2 роки тому

    Great Tutorial..

  • @knight151
    @knight151 2 роки тому

    hi, why do you need the quantities array and which information does it hold ?

    • @ernestofreyreg
      @ernestofreyreg 2 роки тому

      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.

  • @vivek5773
    @vivek5773 2 роки тому

    Does the queuing in NFT.Storage finish? As in, do the files get pinned soon after?