Skip to content

itokun99/codepelajar-react

Repository files navigation

This project was bootstrapped with Create React App.

Template Blogger With React JS

This template build with React JS and Experimental for use in your blogger Web. Combine with Blogger API, Blogger JSON Feed and some stuff like npm dependencies.

is React SSR?

Actually Yes, because this is manipulating with HTML DOM and React DOM by Injecting View to id in template.xml. So, ssr rendering is default by blogger ssr flow not React Route.

is Open Source?

Yes, you can clone and try to modify source code by running npm or yarn.

How to use this template?

First, you can copy and paste to Blogger template editor. then change some configuration script bellow:

<script>
  window.__CODEPELAJAR_CONFIG__ = {
    blogId: "{{ BLOG_ID }}",
    disqus: "{{ DISQUS_SHORTNAME }}",
    defaultImage: "{{ DEFAULT_IMAGE_URL }}",
    addThisId: "{{ ADDTHIS_ID }}",
    cseUrl: "{{ GOOGLE_CSE_URL }}"
  };
</script>

How to custom this template?

Just clone and run React env in your local.

FYI

please report any issue to indrawanlisantopersonal@gmail.com

About

A Blogger Template with React JS (Open Source).

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published