Common isomorphic functionality in one kit.
Wirecog 2b63272cc1 Made check for static template bundle option, also check to see if the template bundle file exists when gathering cog templates 6 years ago
.gitignore Initial import. 7 years ago
Acknowledgements.md Adding acknowledgements 6 years ago
LICENSE Initial import. 7 years ago
Readme.md Updated readme file 6 years ago
basicform.go Added functionality to change the page title when rendering pseudo pages. Added functionality to get an individual form field value. 6 years ago
fetchtemplatebundle.go Added functionality to associate a function map to a template set 6 years ago
form.go Added functionality to validate form using the supplied form fields in the form params struct 6 years ago
gopherjshandlers.go Code refactoring. 6 years ago
isokit.go Added functionality to generate static asset bundles for cogs 6 years ago
opdetails.go Refactored redirect code 6 years ago
redirect.go Refactored isomorphic redirect code to be more idiomatic. Added isomorphic template rendering functionality. 6 years ago
route.go Added query selector functionality to gather collection of links to be registered 6 years ago
router.go Added query selector functionality to gather collection of links to be registered 6 years ago
static.go Removed check to use static bundle when generating css and js static assets for cogs 6 years ago
template.go Added functionality to persist template bundle items to disk 6 years ago
templatebundle.go Added query selector functionality to gather collection of links to be registered 6 years ago
templateset.go Made check for static template bundle option, also check to see if the template bundle file exists when gathering cog templates 6 years ago

Readme.md

IsoKit

Go Report Card

The isokit package provides common functionality for developing Isomorphic Go applications.

Installation

IsoKit requires GopherJS.

Get IsoKit

go get -u github.com/isomorphicgo/isokit

The Isomorphic Go Project

More information on the benefits of Isomorphic Go applications can be found at the Isomorphic Go Website.

License

IsoKit is licensed under the BSD License. Read the LICENSE file for more information.