Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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).
- Host: GitHub
- URL: https://github.com/itokun99/codepelajar-react
- Owner: itokun99
- Created: 2019-11-16T06:39:37.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T00:58:28.000Z (about 2 years ago)
- Last Synced: 2024-11-15T05:56:08.575Z (2 months ago)
- Language: HTML
- Homepage: https://codepelajar.blogspot.com
- Size: 2.32 MB
- Stars: 7
- Watchers: 1
- Forks: 6
- Open Issues: 24
-
Metadata Files:
- Readme: README.md
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]