20 Jan 2021
Create React For blogging - ngeblog dengan react js - learn tutorial
React is a modern and popular framework for build any apps, with react make your project very fast. singgle page application make simple with react for develope project.
Now we just shared about how to create blog with react js.
Yap kita tau ye kan react tu sangat populer banget deh,, banyak digunaain dan disukai dev karena kemudahan nya, dibandingin ama si ng alias angular yang bikin kepala botak , si react malah lebih mudah untuk dimengerti.. ceileh,....
Nah sekarang saat nya kita akan share mudah nya ngeblog ama si react ini.
For first we made a blog platform using react js framework, just simple blog for learn. oke project kali ini kita akan belajar react dengan source code yang bisa di download.
or
Download / Fork on github →
First need to install :
+ NPM / Gitbash
+ React
After download extract file folder , then you need run with npm or gitbash , right click then select gitbash here, then run command : npm i && npm start
Now just open on web browser visit localhost:3000 , congrats your react blogs is live now !!
For Edit content and create content, just open and edit ArticleContent.js file with text editor, then edit all with you needed..
For information :
name = URL Slug / link for blog
title = Title for title your content blogs
desc = Description about decription your blog
content = Article write a content article or post in here, then save it
For build and deploy on host : npm build
For demo you can visit on https://reactblogger.stackblitz.io
Here we go the source code