Lessons

Explore all newline lessons

Tags
Author
Pricing
Sort By
Video
Most Recent
Most Popular
Highest Rated
Reset
https://image.mux.com/z7CM21vyNCxiBWH4FO9v5fPZFxxLea8Lh5CEhaEYqWs/thumbnail.png?time=0

lesson

What is component composition?Sleek Next.JS Applications with shadcn/ui

Learn about component composition and its benefits in shadcn/ui

https://s3.amazonaws.com/assets.fullstack.io/n/20240826110604598_EyalCohen_SleekNext.jsApplicationswithshadcn-ui_1450.67x816_CoverImage%20%281%29.png

lesson

Module 8 IntroductionSleek Next.JS Applications with shadcn/ui

Learn how to compose components to build new ones

https://image.mux.com/WwfpCPErYnMbrF402vVgmAA3OcnG01CiPEjqBxepwtyl8/thumbnail.png?time=0

lesson

Mobile ViewSleek Next.JS Applications with shadcn/ui

Make the website responsive and adapt the table for mobile devices

https://image.mux.com/slQTUZZcBiEnFKfRWE029HNgPj5VVtrw7H5ZsMHn6pi00/thumbnail.png?time=0

lesson

Pagination and SortingSleek Next.JS Applications with shadcn/ui

Add pagination and sorting to the EventsTable component

https://image.mux.com/qMAy00X5pkssiY01c5R92qLNAqMr5kvDw1BLf1etu363E/thumbnail.png?time=0

lesson

New Events FormSleek Next.JS Applications with shadcn/ui

Create a form to allow users to create new events and display them in a table.

https://image.mux.com/YW018mqeYg008wSSWEkEEpdHvOQ2okUx1SthaiMJPUFq8/thumbnail.png?time=0

lesson

Custom Cells and Interactive RowsSleek Next.JS Applications with shadcn/ui

Customize the cells and rows of the table and open a sheet showing the event details when the user clicks on the title.

https://image.mux.com/3vocoT7ECMPOtQPN5hoNKFkvdDHH81wEqTSajDXZ4BA/thumbnail.png?time=0

lesson

Setting Up and Configuring Tables in shadcn/uiSleek Next.JS Applications with shadcn/ui

Building a powerful table to display a list of events that users have registered for.

https://s3.amazonaws.com/assets.fullstack.io/n/20240826110604598_EyalCohen_SleekNext.jsApplicationswithshadcn-ui_1450.67x816_CoverImage%20%281%29.png

lesson

Module 7 IntroductionSleek Next.JS Applications with shadcn/ui

Learn about building tables with shadcn/ui

https://image.mux.com/Th9FsqPDkPn700FuSZG6jkdeh02cQDL02hw024Bz01vTUVo8/thumbnail.png?time=0

lesson

RSVP FunctionalitySleek Next.JS Applications with shadcn/ui

Learn how to add RSVP functionality to the event details page

https://image.mux.com/potgGRPRWrblBsaXviI302tpbFOe4GZS1E7KzIoC3x3M/thumbnail.png?time=0

lesson

Finish the Authentication FlowSleek Next.JS Applications with shadcn/ui

Add a logout function to the UserContext and a logged-in state to the LoginButton