How To Build Plugins in Strapi v4: Plugin Development Tutorial [ Part 3 ]

preview_player
Показать описание
#strapi
How To Build Plugins in Strapi v4: Plugin Development Tutorial [ Part 3 ]

In this tutorial video, we will learn everything we need to know to get started with plugin development by building our first "todo" plugin.

------------------------------------------------------------------------------------------------------------------------
Chapters
-------------------------------------------------------------------------------------------------------------------------

00:00 Introduction
00:18 What we are going to cover
00:55 Setting up initial state and conditional rendering
02:24 Creating our icon for our empty state component
02:48 Creating our empty state component
03:30 Adding showModal state
04:04 Where are we getting our components? [ Strapi Design System ]
04:39 Creating our TodoModal component
07:18 Building the TodoCount component
08:18 Building the TodoTable component
10:26 Review and what's next
11:05 Thank You

------------------------------------------------------------------------------------------------------------------------
Resources
------------------------------------------------------------------------------------------------------------------------

------------------------------------------------------------------------------------------------------------------------
About
------------------------------------------------------------------------------------------------------------------------

Рекомендации по теме
Комментарии
Автор

Just incase some one had an issue with the repository link, I accidentally had it set to private, that is fixed now. 🙂

Strapi
Автор

I don't see the correct code for ToDo Table in the readme for the repo. The correct source file is there, but the code for TodoTable in the readme just says ToDo

ericland
Автор

Could you pls show modern way how we can connect it and make it a custom component to use in content builder?

aleksandrmatyka
Автор

I just went through this tutorial again and both times it works until I try to put in a 2nd Todo and then I get a big dump of errors. Is that to be expected at this stage?

larrythehypnotist
Автор

i dont see the table code in the github repo

annisahamid
Автор

how does the set todo data go to the database ?

sayantanbasu
Автор

can i import any other npm packages in strapi plugin development

MrJK-yqnh
Автор

Hi ! I'm looking for a tuto to add an image with the name of the todo. Can you help, by giving me the name of the component to use to choose a media to add an image to the todo. Thx !!

Overconsulting