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

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

Roberts Dev Talk

1 год назад

11,409 Просмотров

Ссылки и html тэги не поддерживаются


Комментарии:

Daven L
Daven L - 26.09.2023 09:14

The Faq.tsx and IFaqProps.ts came out of no where! Part 1 was all about ReadReceiptWebpart and clicking the next button brought me to Part 2 (this video) which seems to have nothing to do with that. Maybe something got messed up somewhere.

Ответить
Dimitris Papakos
Dimitris Papakos - 08.09.2023 19:32

Hello your code has a number of problems. First of all I get LOG_SOURCE' is declared but its value is never read why? can you help us fix it?

Ответить
Niall McKenna
Niall McKenna - 25.04.2023 19:48

I'm really confused and really stuck. I've been trying to set up my environment for days now. I've been through numerous videos of yours but can't seem to fix it.
I'm unable to remove the default template that comes with the React webpart. I've been trying to build a basic simple component, one that doesn't rely on PNP at this point. I am able to delete the list and the browser updates correctly but if I remove the following code ...
<section className={`${styles.printButton} ${hasTeamsContext ? styles.teams : ''}`}>
<div className={styles.welcome}>
<img alt="" src={isDarkTheme ? require('../assets/welcome-dark.png') : require('../assets/welcome-light.png')} className={styles.welcomeImage} />
<h2>Well done, {escape(userDisplayName)}!</h2>
<div>{environmentMessage}</div>
<div>Web part property value: <strong>{escape(description)}</strong></div>
</div>
</section>
it still appears in the browser and any new JSX I add in it's place does not. I can't understand what I'm doing wrong. Can anyone help?

Ответить
Aaro Oral
Aaro Oral - 04.04.2023 09:12

from 19.00 nothing makes sense

Ответить
luis arturo gutiérrez pablo
luis arturo gutiérrez pablo - 29.01.2023 01:18

Hi! I have an error with pnp/logging ->Module '"@pnp/logging"' has no exported member 'PNPLogging' -> do you know what should do I to solve this issue ?

I love your videos!

Ответить
ZzyzxZzZ
ZzyzxZzZ - 21.12.2022 11:40

Will there be a new version of this series using pnpjs v3? Maybe with some new examples building a webpart using ReactJS with pnp/sp and pnp/graph :)

Ответить
nam do
nam do - 14.10.2022 12:06

great series ❤

Ответить
Sunni
Sunni - 29.08.2022 13:01

Prⓞм𝕠𝕤𝐌 👊

Ответить
teoo
teoo - 23.08.2022 16:16

Can you tell more about @pnp/logging - where logs are saved, how to read them. As always, great material - thank you.

Ответить