Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/itokun99/codepelajar-react

A Blogger Template with React JS (Open Source).
https://github.com/itokun99/codepelajar-react

Last synced: 2 days ago
JSON representation

A Blogger Template with React JS (Open Source).

Awesome Lists containing this project

README

        

This project was bootstrapped with [Create React App](https://github.com/facebook/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:

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

### How to custom this template?

Just clone and run React env in your local.

### FYI

please report any issue to [email protected]