DEV Community

Discussion on: React templates - intro

Collapse
 
sohamsshah profile image
Soham Shah

Can you help me in HOW TO DEVELOP such templates? Please connect with me, I want to learn this!

Collapse
 
michaelcurrin profile image
Michael Currin

Can you be more specific with what you want to do?

Collapse
 
sohamsshah profile image
Soham Shah

I basically want to learn how to develop React templates, so that people can use them in their projects.

Thread Thread
 
michaelcurrin profile image
Michael Currin • Edited

Well pick one of my projects that you like based on your interest in Node or Deno or frontend only. And fork it.

Then update the core of the app. Maybe you add a Todo list or add a router or add state management or a photo gallery or whatever. And then commit it and then rename your repo. e.g. react-gallery-template or react-todo-template. You will also have to find and replace the old name in the repo with your new name.

You can also try using CodePen so you don't even need a repo. You can make your JS, CSS and HTML with a live demo in the preview pane. And you can share that "pen". You should search for React on that to see what others have made.

Thread Thread
 
michaelcurrin profile image
Michael Currin

And then blog about what you made. ;)

Thread Thread
 
sohamsshah profile image
Soham Shah

Thanks man!