Jonghan's learning path

Today I Learned as a developer

Recent posts

React: How to use bootstrap with react?

less than 1 minute read

I can use Bootstrap which allow front-end features easily while I’m building a react app. Open the terminal and type a below code. $ npm install bootstrap

Syntax of markdown

2 minute read

Heading Heading1 Heading2 Heading3 Heading4 Heading5 Heading6

Markup vs Markdown languages

less than 1 minute read

Markup language Markup Language is a type of language that defines rules for indicating the format in which documents are displayed on the screen or speci...

React: Getting started

1 minute read

What is React? React is a declarative, efficient, and flexible JavaScript library for building user interfaces. It lets you compose complex UIs from small...