FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
hackernews-react-graphql/src at master · box-turtle/hackernews-react-graphql · GitHub
box-turtle
/
hackernews-react-graphql
Public
forked from
clintonwoo/hackernews-react-graphql
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Expand file tree
Breadcrumbs
hackernews-react-graphql
/
src
/
Copy path
Directory actions
More options
More options
Directory actions
More options
More options
Latest commit
History
History
History
Breadcrumbs
hackernews-react-graphql
/
src
/
Copy path
Folders and files
Name
Name
Last commit message
Last commit date
parent directory
..
components
components
data
data
helpers
helpers
layouts
layouts
pages
pages
static
static
README.md
README.md
config.js
config.js
next.config.js
next.config.js
server.js
server.js
README.md
Directory Structure
src
- Source code
__tests__
: Jest tests colocated in each folder.
.next
: Next build files containing code-split modules and assets.
components
: React components with GraphQL fragments colocated in-file.
data
: GraphQL Schema, HN Web APIs, cache, sample data.
models
: Data model. Used to create, fetch and set data eg. in GraphQL schema resolvers.
helpers
: Helper functions and classes.
layouts
: Every page uses a layout. It's a React component that can take children.
pages
: React components served by Next as routes using file name in the app.
static
: Static resources eg. favicon, css, gif.
The current folder contains config files and the app entry point
server.js
.
Back
|
FazBrowse Home
|
New Git URL