Похожие чаты

If I pass data using data-* attribute in script tag

then can I access this data in my package which is react app? If it is simple javascript file then I can access but in react app is it possible?

13 ответов

19 просмотров

It's still just JavaScript, anything's possible; but you may be doing something weird. This is an XY question. Tell us what you want to do instead of how.

Adi- Автор вопроса
MUTHU・KUMAR 「メーカー」 🔺
It's still just JavaScript, anything's possible; b...

I am creating react widget in which I am loading my widget on website using CDN script tag. Now this widget is react app. I want to pass token using data-* attribute to react app how can I do that ? script tag code: <script src="https://unpkg.com/mypackage@1.0.1/index.js" data-token="100200"></script> now how to access this token attribute in react app? I am using webpack with react app so I am generating single bundle.js file. Let me know if you need some more info I think this is sufficient

Adi
I am creating react widget in which I am loading m...

If it'll be a single bundle you can do document.currentScript.dataset.token

Adi- Автор вопроса
MUTHU・KUMAR 「メーカー」 🔺
If it'll be a single bundle you can do document.c...

But in which file of my react app? Can I access it in app.js file?? Which file can access this token!?

Adi
But in which file of my react app? Can I access it...

Anywhere should work, saving it in a variable at top level would be best

Adi- Автор вопроса
MUTHU・KUMAR 「メーカー」 🔺
Anywhere should work, saving it in a variable at t...

Anywhere should work?? But could not understand how anywhere should work?? I was thinking it will be available only in app.js

Adi- Автор вопроса
MUTHU・KUMAR 「メーカー」 🔺
It is bundled into a single script, yes?

Yes i am using webpack and it will generate single bundle.js file in dist folder

Adi- Автор вопроса
Adi
Oh ok got it. Let me try it out. Thanks for helpin...

Just be sure to not use it from an event handler; since the element that triggers the event will be the target then. So in case you need to use it inside an event handler, assign it to a variable at the top level and pass it down

Adi- Автор вопроса
MUTHU・KUMAR 「メーカー」 🔺
Just be sure to not use it from an event handler; ...

No in my case I am passing token as data attribute into my react app using CDN script tag and then once token is available in app.js I will display different components based on different tokens in react widget thats the plan. Anything you would like to suggest or looks good?

Похожие вопросы

Обсуждают сегодня

Ready for some fun AND a chance to win TKO Tokens? Join us for exciting minigames in our Telegram group! 🕒 Don’t miss out—games start on today 25 October 2024, at 8 PM! Ge...
Milkyway | Tokocrypto
255
Добрый вечер. Есть вопрос, а может и предложение. Был у меня диалог в другой группе о делфи и я задался вопросом: "А нельзя ли в делфи цвет //коментария и {комментария} сде...
Kraszx
24
How are we going bro about the Raids ??
🅿️abby_FX
13
Мдя, прикол, боевая сборка запускается (именно под отладчиком) после F9 примерно полторы минуты (97 секунд если быть точным). Начал копать - проблема детектится сразу - зависа...
Александр (Rouse_) Багель
38
Всем привет! Подскажи, пожалуйста, как передать в TComboBox сразу значение и id записи. На Delphi я делал так: ComboBox1.Items.AddObject('Какое-то значение', Pointer(id запис...
Евгений
10
Keep saying it, it’s Trump or WW3. Iran will be emboldened if Harris wins by cheating. Israel will have to take the initiative against Iran. How has BTC faired everytime the...
Adz | Ferrum Network Product & Service Consultant @ Ferrum Network
1
я так понимаю, я так подозреваю, что создание такого плагина для человека, кто умеет писать плагины для делфи потребует минут 5-10 времени. но это мое подозрение. хотелось бы ...
Kraszx
7
Товарищи, кто работа с iphelper? Или может я в самой логике ошибки фигачу, не пойму.... var ifTable : PMIB_IFTABLE; size, corSize: DWORD; Buffer ...
Warfarellen
4
Здравствуйте, вопрос по структурам данных. Были у вас случаи, когда пришлось писать деревья или двунаправленные списки?
/ /
50
Коллеги, добрый вечер. Создаю коллекцию от TFPGMap, ключ - перечисление, значение - целое. Нужно отсортировать коллекцию по значению. Как это можно сделать?
Kirill Filippenok
11
Карта сайта