dodyg / practical-aspnetcore

Practical samples of ASP.NET Core 9 preview-5, 8.0, 7.0, 6.0, 5.0, 3.1, 2.2, and 2.1,projects you can use. Readme contains explanations on all projects.
MIT License
9.03k stars 1.16k forks source link

Create samples for Razor Component Tag Helper library #354

Open dodyg opened 1 year ago

dodyg commented 1 year ago

https://razor-components.techgems.net/

This library looks genuinely useful.

Joose1992 commented 1 year ago

Hello, @dodyg I am interested in working on this.

dodyg commented 1 year ago

@Joose1992 awesome

dodyg commented 1 year ago

You can create probably around 10 samples out of this library. Start from a very single step then make it a sample. The smaller the sample, the better. You just need to highlight one technique or one feature of the library at a time.

Joose1992 commented 1 year ago

You can create probably around 10 samples out of this library. Start from a very single step then make it a sample. The smaller the sample, the better. You just need to highlight one technique or one feature of the library at a time.

Hello, @dodyg I have been digging into the library and can't find 10 different functionalities to make 10 different samples. do you really need 10?

dodyg commented 1 year ago

Let's start with one first and we go from there.

Joose1992 commented 1 year ago

https://github.com/Joose1992/ComponentTagHelper/tree/main

This will be a simple basic example.

dodyg commented 1 year ago

@Joose1992