You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The flat {json:api} structure is a good way to express complex, sometimes circular relationships between objects in your API responses. However the same flatness makes it difficult for humans to "parse" these relationships. This project aims to visualise object relationships by visually nesting them.
7
4
8
-
A minimal React JS application starter kit.
5
+
This is a very much work in progress project: it lacks some essential features and has some crucial bugs.
9
6
10
-
## Start small, add what you need.
11
-
12
-
React Starterify aims to give you a good starting point for your projects.
13
-
If you're looking for a minimal ES6 (ES2015) React JS starter with nice [shallow rendering](https://facebook.github.io/react/docs/test-utils.html#shallow-rendering) test examples, this is probably for you.
14
-
15
-
## Why there are no Flux or Isomorphic things inside?
16
-
17
-
If you are a beginner, you probably don't want a complex structure with lots of things to care about.
18
-
If you are an advanced user, and you need more features, you can choose one of the thousand existing full-stack starter kit. Or you can build your own.
7
+
Built using [React Starterify](https://github.com/Granze/react-starterify).
Clone this project `git clone https://github.com/tadast/json-api-document-viewer.git && cd json-api-document-viewer`
23
12
24
13
__Install the dependencies:__
25
14
@@ -41,19 +30,6 @@ __Deploy on Github pages with one command:__
41
30
42
31
`npm run deploy`
43
32
44
-
## What's new in v2.0:
45
-
46
-
- React Router integration
47
-
- CSS processing via [PostCSS](https://github.com/postcss/postcss)
48
-
- cssnano for minification
49
-
- nested
50
-
- extend
51
-
- vars
52
-
- autoprefixer
53
-
- gulpfile written in ES6 (ES2015)
54
-
- better folder structure
55
-
- no predefined AJAX libraries (use [Fetch](https://github.com/github/fetch) or [Superagent](https://github.com/visionmedia/superagent) if you need one).
0 commit comments