Skip to content

This repo demonstrate usage of the render props pattern in ract

Notifications You must be signed in to change notification settings

jackyef/render-props-demo

Repository files navigation

render-props-demo

Repo ini digunakan untuk menunjukkan contoh penggunaan pola render props di react.

Repo ini dibuat sebagai pelengkap dari tulisan Medium ini: Mengenal dengan Render Prop di React | Medium

File-file yang digunakan bisa ditemukan di ./src/client/routes/Home

Repo ini dibuat dengan boilerplate ini

Cara menjalankan proyek ini

  1. yarn untuk install dependencies
  2. Copy .env.example dan beri nama .env
  3. yarn dev untuk menjalankan di localhost

render-props-demo

This repo is used to demonstrate the usage of the render props pattern in react.

This repo is made for this Medium article:
Understand Render Prop in React | Medium

The files used can be found in ./src/client/routes/Home

Made with this boilerplate

How to run in local environment

  1. First type yarn to install dependencies
  2. Create a copy of .env.example and name it .env
  3. Type yarn dev to start webpack-serve on your localhost

About

This repo demonstrate usage of the render props pattern in ract

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published