Let’s go! Learn SPFx Today! | Build a webpart using ReactJS in Real Time - ZERO TO HERO PART 4 of 5

Поділитися
Вставка
  • Опубліковано 5 вер 2022
  • #spfx #sharepoint #webpart
    In this mini series of 5 episodes we set up the latest 2022 1.15.2 development environment and build a SharePoint webpart using the SharePoint Framework and the PnP Controls
    pnp/sp
    spfx-react-controls
    spfx-react-property-controls
    By the end of the 5 episodes you will know how to build a webpart using the latest SharePoint Framework and PnP Controls
    For more tutorials, see our playlist/series "SharePoint Framework for Beginners"
    Source Code: github.com/robpearmain/spfx-pnp
    If you would like the source code, or require support please support us on Patreon at / robertsdevtalk
    Why not also head over to www.robertsdevtalk.com and sign up, for latest news
    Whether you develop in Javascript or a Javascript framework such as ReactJS or VueJS, you will benefit from this weekly series.
    ☕️ Don't forget, old developers need coffee (and.. beer and pizza too 🍺 🍕)
    www.buymeacoffee.com/Robertsd...
    📧 📫 Join us on our developer journey! Sign up to our email newsletter:
    robertsdevtalk.com
    🐦 Follow us on Twitter:
    / robertsdevtalk
    🎶 Music by Epidemic Sound:
    www.epidemicsound.com/referra...
    Our gear - click through to support our channel! :)
    Camera (Canon M50)
    🇬🇧 UK: amzn.to/3sUbzuL
    🇺🇸 US: amzn.to/3uBsG5c
    Camera mic (RODE VideoMic Pro)
    🇬🇧 UK: amzn.to/3ml8xgC
    🇺🇸 US: amzn.to/2RkGxyi
    Camera tripod (Manfrotto Compact tripod):
    🇬🇧 UK: amzn.to/3fJGyWU
    🇺🇸 US: amzn.to/3mF4oV2
    Voiceover Mic (Blue Yeti)
    🇬🇧 UK: amzn.to/2PV7UOQ
    🇺🇸 US: amzn.to/3uMiEym
    Chris's dev mouse for PC (Logitech MX Master 3)
    🇬🇧 UK: amzn.to/39K7BNV
    🇺🇸 US: amzn.to/3uKYvso
    Chris's dev keyboard for PC (Logitech MX Keys)
    🇬🇧 UK: amzn.to/3rSbHcX
    🇺🇸 US: amzn.to/3a6Unef
    Rob's dev keyboard for Mac (Apple Magic Keyboard)
    🇬🇧 UK: amzn.to/3dEQpKG
    🇺🇸 US: amzn.to/3sb6JZc
    Rob's dev mouse for Mac (Apple Magic Mouse)
    🇬🇧 UK: amzn.to/3sRCQhr
    🇺🇸 US: amzn.to/3mFi6qS
    Icons in this video kindly provided by FlatIcon from Freepik
    www.freepik.com
    www.flaticon.com
    Disclaimer - some of our links are affiliate links, which means that we receive a small commission for any sales made via those links, at no extra cost to you - so a great way to support our channel! Thank you so much for your support 😊

КОМЕНТАРІ • 4

  • @uksteves
    @uksteves Рік тому +1

    I've found these tutorials very useful - thanks. One query I had is whether there's a best practice way to check that the list the user picks, is of the correct type? i.e. so the web part can reject or warn if they've picked a list that doesn't contain FAQ data.

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

      Hi Steve. You could check the basetemplate to check for, see pnp.github.io/sp-dev-fx-controls-react/controls/ListPicker/

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

      @@RDT thanks - what I ended up doing, was to modify getFAQItems so that it fetches the fields (as well as the items), and then checks to make sure the field list contains "Title", "Body" and "Letter". But I will check out basetemplate too.

  • @jakasnazwa123
    @jakasnazwa123 Рік тому +1