All Projects β†’ devinit β†’ datahub

devinit / datahub

Licence: other
Datahub v2

Programming Languages

typescript
32286 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to datahub

realworld
"The mother of all demo apps" β€” Exemplary fullstack Medium.com clone powered by Next.js and Ruby on Rails πŸ…
Stars: ✭ 113 (+606.25%)
Mutual labels:  apollo-client, storybook
chanyeong
πŸ‘¨β€πŸ’» chanyeong's portfolio and blog webpage
Stars: ✭ 39 (+143.75%)
Mutual labels:  apollo-client, storybook
Apollo Storybook Decorator
Wrap your storybook environment with Apollo Client, provide mocks for isolated UI testing with GraphQL
Stars: ✭ 333 (+1981.25%)
Mutual labels:  apollo-client, storybook
Gatsby-Starter-Typescript-Apollo-Storybook
Starter with the bare essentials needed for a typescript, apollo, storybook, emotion Gatsby site
Stars: ✭ 17 (+6.25%)
Mutual labels:  apollo-client, storybook
Nextjs Wordpress Starter
WebDevStudios Next.js WordPress Starter
Stars: ✭ 104 (+550%)
Mutual labels:  apollo-client, storybook
d3-axis-for-react
d3-axis for React
Stars: ✭ 63 (+293.75%)
Mutual labels:  d3
atto
PDF renderer for Mapbox-GL-Native
Stars: ✭ 27 (+68.75%)
Mutual labels:  mapbox-gl
ctrip-apollo
The most delightful and handy Node.js client for ctrip apollo configuration service.
Stars: ✭ 56 (+250%)
Mutual labels:  apollo-client
sankeydiagram.net
sankeydiagram.net is an easy-to-use webapp for generating Sankey Diagrams to visualize flows and budgets.
Stars: ✭ 51 (+218.75%)
Mutual labels:  d3
react-module-boilerplate
Sample React presentational components package.
Stars: ✭ 16 (+0%)
Mutual labels:  storybook
VAE-Latent-Space-Explorer
Interactive exploration of MNIST variational autoencoder latent space with React and tensorflow.js.
Stars: ✭ 30 (+87.5%)
Mutual labels:  d3
bookshelf
My GraphQL playground
Stars: ✭ 64 (+300%)
Mutual labels:  apollo-client
assistant
πŸ€– Bring your Figma design & development pipeline to the next level - with design to code, in-design-content-management, component management, tools for faster design
Stars: ✭ 451 (+2718.75%)
Mutual labels:  storybook
2019-15
Catch My Mind - μ›ΉμœΌλ‘œ 즐길 수 μžˆλŠ” μΊμΉ˜λ§ˆμΈλ“œ
Stars: ✭ 19 (+18.75%)
Mutual labels:  apollo-client
re-frame-semantic-ui-react-github-widget
Using semantic-ui-react with re-frame - sample project
Stars: ✭ 21 (+31.25%)
Mutual labels:  semantic-ui-react
d3-symbol-extra
Additional D3 symbol types.
Stars: ✭ 16 (+0%)
Mutual labels:  d3
vue-cli-template-library
Template for developing open-source vue.js libraries with Rollup + Jest + Babel + Storybook + TravisCI + SemanticRelease
Stars: ✭ 61 (+281.25%)
Mutual labels:  storybook
labs-migration-viz
A single-page interactive visualization of historic U.S. Census migration data for New York City
Stars: ✭ 18 (+12.5%)
Mutual labels:  d3
react-learning-resources
A curated list of resources to learn React and related web technologies as fast as possible.
Stars: ✭ 65 (+306.25%)
Mutual labels:  storybook
react-bones
πŸ’€ Dead simple content loading components for React and React-Native. πŸ’€
Stars: ✭ 42 (+162.5%)
Mutual labels:  storybook

Build Status Codacy Badge Dependency Status codecov

Installation

 npm install

Scripts/Commands

  • npm run pull fetches updates from the CMS and syncs the appropriate project files. Be sure to specify the correct API URL, otherwise you may pull incorrect data.

TODO:


  • Maybe replace redux with unistore
  • Use greenlet for webworkers --> didnt pan out well
  • Explore purgecss for css optimisation --> need to carry out some tests
  • Explore reactpot for further perf

Important Points / guides


  • Develop from a unix OS (MacOs , ubuntu etc). I dont plan to add windows support.

  • Prefer to use vscode, it has very good typescript support.

  • We are building on top of next.js see next.config.js for configs.

  • npm run build-fragment to build out a fragment json for grapqhl union types

  • we use npm config variables to prefill some global constants such as the API et la see for more

  • In dev mode we run a nodemon process, it sometimes doesnt die when you cntrl-c. You could use lsof -i tcp:4444 to find its PID and then kill it with kill -9 <PID>.

Atomic react design component development with storybook

Cypress testing

  • check out the apps cypress dashboard here)
  • You need to have run npm run build:next before running the cypress-open command. Checkout the readme file in cypress directory for more.

Pain Points / issues

  • Currently stack with npm instead of yarn. The thing with installing with yarn, is that the charts library will stop working well for some charts. This may have to do with the way npm installs dependencies vs yarn.

  • For some reason cypress tests fail on travis. Temporary measure is to have them run on the git push pre hook.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].