Размер видео: 1280 X 720853 X 480640 X 360
Показать панель управления
Автовоспроизведение
Автоповтор
► HACKING SCALE NEWSLETTERjollycod.ing/newsletterFind more programming tutorials from me over at jollycod.ing/betterstackyt
Great thanks for sharing I was reading docs this clears some of my doubts thanks
Hello great conent, i would like to ask about how we can import custom component dependencies .
Happy for those who managed to understand something😂. Looks like video to show off, not to really explain.
Tried to explain a rough implementation, hopefully in the future with the NPM package it will become a lot easier.Sorry!
Exactly 💯
I did managed to understand and successfully applied to one of my projects.
It's really not that hard. He explained it well
If you thought using wget or curl to pull in code from a random URL and then blindly execute it on your workstation was a good idea you'll love the new cli
Please make a video on Biome.
I did one here! ruclips.net/video/f_4k0XYvQjQ/видео.htmlAnything more you would want to see?
Any idea why the devDependencies arent being installed?{ name: 'codeSnippet', type: 'registry:ui', dependencies: ['react-syntax-highlighter'], registryDependencies: ['alert-dialog', 'button'], devDependencies: ['@types/react-syntax-highlighter'], files: [ { path: 'ui/codeSnippet/index.tsx', target: 'components/breeze-ui/codeSnippet.tsx', type: 'registry:page' } ] }
► HACKING SCALE NEWSLETTER
jollycod.ing/newsletter
Find more programming tutorials from me over at jollycod.ing/betterstackyt
Great thanks for sharing I was reading docs this clears some of my doubts thanks
Hello great conent, i would like to ask about how we can import custom component dependencies .
Happy for those who managed to understand something😂. Looks like video to show off, not to really explain.
Tried to explain a rough implementation, hopefully in the future with the NPM package it will become a lot easier.
Sorry!
Exactly 💯
I did managed to understand and successfully applied to one of my projects.
It's really not that hard. He explained it well
If you thought using wget or curl to pull in code from a random URL and then blindly execute it on your workstation was a good idea you'll love the new cli
Please make a video on Biome.
I did one here! ruclips.net/video/f_4k0XYvQjQ/видео.html
Anything more you would want to see?
Any idea why the devDependencies arent being installed?
{
name: 'codeSnippet',
type: 'registry:ui',
dependencies: ['react-syntax-highlighter'],
registryDependencies: ['alert-dialog', 'button'],
devDependencies: ['@types/react-syntax-highlighter'],
files: [
{
path: 'ui/codeSnippet/index.tsx',
target: 'components/breeze-ui/codeSnippet.tsx',
type: 'registry:page'
}
]
}