/credibility-node-2015

2015 Revamped of Credibility 1.0 (https://legacy.credibility.news)

Primary LanguageJavaScriptGNU Affero General Public License v3.0AGPL-3.0

credibility-2015

This is made in 2015 aimed for a revamped version of Credibility 1.0. However, it didn't make it to the production.

There were a few new things (in 2015) added here:

  • React 0.14
  • Flux: state management
  • Falcor: graphql competitor back then, made by netflix
  • Server side Rendering - with ReactDOMServer and Falcor
  • Passwordless: Password-free user authentication

In midst of reviving it, some of these are no longer working:

  • ❌ Passwordless: passwordless-postgres caused package error.
  • ❌ Server side rendering: browserify API changes and babel-node.

Added some updates as well:

  • Replace gulp tasks to rollup
  • Replace ruby sass to node-sass
  • Remove bower, use npm bootstrap
  • Use yarn workspace
  • Use latest flux version
  • Use react 15