From c4a71a58c09c5f0041c04b09dee1ef9dfc48d1b1 Mon Sep 17 00:00:00 2001 From: winwiz1 Date: Sun, 27 Oct 2019 02:48:42 +1100 Subject: [PATCH 1/2] Update tools-starter-kits.md Please consider adding Crisp React. Thank you. --- content/community/tools-starter-kits.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/content/community/tools-starter-kits.md b/content/community/tools-starter-kits.md index bfd3b89fc14..d485e18efcd 100644 --- a/content/community/tools-starter-kits.md +++ b/content/community/tools-starter-kits.md @@ -36,4 +36,6 @@ Ready to grow boilerplate with react-router, redux, saga, webpack 3, jest w/ cov * **[EDGE Platform](https://github.com/sebastian-software/edge)** Universal React/SSR + Apollo GraphQL + JS/CSS Code Splitting + Fine-Tuned Webpack + Localization/Internationalization. Most things are external dependencies. Boilerplate available. * **[bae](https://github.com/siddharthkp/bae)** Zero config toolkit. SSR (with data fetching) + routing + streaming + styling (with styled-components) + HMR out of the box. * **[breko-hub](https://github.com/tomatau/breko-hub)** A production ready boilerplate for universal react applications. Complete with code splitting, server render (using koa), redux, sagas, debugging, hot-reloading (live updates on the server), css-modules, scss, super fast integration tests and unit tests. There's also a big focus on clean code and smaller files. - * **[appseed](https://github.com/rosoftdeveloper/appseed)** A production ready boilerplate for UI-Ready react applications. The frontend can be bundled with various backends: Flask, Laravel, Express. + * **[appseed](https://github.com/rosoftdeveloper/appseed)** A production ready boilerplate for UI-Ready react applications. The frontend can be bundled with various backends: Flask, Laravel, Express. + * **[Crisp React](https://github.com/winwiz1/crisp-react)** A boilerplate for React + Express integration in Typescript. Written for performance and debugging convenience. Supports multiple SPAs. Production ready. + From f8ffff529256657030a752e6ce0273bd824be5c3 Mon Sep 17 00:00:00 2001 From: winwiz1 Date: Sun, 27 Oct 2019 10:35:51 +1100 Subject: [PATCH 2/2] Update tools-starter-kits.md Thanks for the amendment. Co-Authored-By: Alexey Pyltsyn --- content/community/tools-starter-kits.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/community/tools-starter-kits.md b/content/community/tools-starter-kits.md index d485e18efcd..47d64b8416e 100644 --- a/content/community/tools-starter-kits.md +++ b/content/community/tools-starter-kits.md @@ -37,5 +37,5 @@ Ready to grow boilerplate with react-router, redux, saga, webpack 3, jest w/ cov * **[bae](https://github.com/siddharthkp/bae)** Zero config toolkit. SSR (with data fetching) + routing + streaming + styling (with styled-components) + HMR out of the box. * **[breko-hub](https://github.com/tomatau/breko-hub)** A production ready boilerplate for universal react applications. Complete with code splitting, server render (using koa), redux, sagas, debugging, hot-reloading (live updates on the server), css-modules, scss, super fast integration tests and unit tests. There's also a big focus on clean code and smaller files. * **[appseed](https://github.com/rosoftdeveloper/appseed)** A production ready boilerplate for UI-Ready react applications. The frontend can be bundled with various backends: Flask, Laravel, Express. - * **[Crisp React](https://github.com/winwiz1/crisp-react)** A boilerplate for React + Express integration in Typescript. Written for performance and debugging convenience. Supports multiple SPAs. Production ready. + * **[Crisp React](https://github.com/winwiz1/crisp-react)** A boilerplate for React + Express integration in TypeScript. Written for performance and debugging convenience. Supports multiple SPAs. Production ready.