Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Auth example branch update #1029

Merged
merged 167 commits into from
Feb 7, 2017

Conversation

timneutkens
Copy link
Member

No description provided.

greenkeeperio-bot and others added 30 commits January 5, 2017 13:31
* example using inferno v1.0.*

* fix name.
* handle errors of lifecycle methods

* handle errors of render method
* fix not found error

* add comment
* added layout component example

* coding style fixes

* trailing spaces removed

* updated README file

* added layout example in docs

* moved .babelrc so that it handles all projects from the examples folder
* Adds mobx example

* Fix coding style to match JS Standard

* Removes unecessary link

* Update README.md

* Update README.md

* Change next version from beta to ^2.0.0-beta

* Assigns the store to a local var

* Adds navigation in the example

* Removes unecessary imports

* Fix coding style to match JS Standard

* Fix Clock import
* Routing on the client with Redux

* Removing unused import
)

* Add case-sensitive-paths-webpack-plugin plugin.

* Add case-sensitive check for server/resolve.
* Check the existance of the gzipped path explicitely.

* Fix a typo in the comments.

* Fix a typo.
timneutkens and others added 27 commits February 2, 2017 12:21
* Allow parsed url to be passed down

* Update example to reflect url passing

* Check if passed url.query is empty

* Rename url to parsedUrl
* Check if BUILD_ID is available before starting

* Leave whitespace at end of file
* Find custom babel config location properly.
Earlier we simply check for the .bablerc file in the dir.
But the actual logic is much complex.
Now we are using the babel's actual logic to find the
custom config location.

* Fix failing tests.
* Resolve all modules through module resolver

* Add styled-jsx back
* fix babelrc settings

* use only transform-es2015-modules-commonjs for transpiling emitting files
* Allow any element to be rendered under Link

* Use Children.only instead of Children.map

* Remove check for multiple children since we already throw at 2+

* Clean up variables
* Added universal configuration example

* Make example more clear
* Properly handle hash URL changes.

* Make sure we replace origin correctly.

* Get rid of RegExp for getUrl().
* Add next.js flowtype definition to with-flow

* Add render api types for flow

* Add prefetch types

* Fix push/replace api types to promise
* [add] example of a progressive rendered app

* [update] remove extra blank line

* [update] fix typo

* [update] more use cases

* [update] example link

* Update README.md

* [update] next.js dependency version

* [update] fix readme typos
* Add contributing.md

* Only reload example app on server changes
* Add minimal apollo example

* Update apollo example README

* Update apollo example demo link in README

* Fix button styles

* Fix show more button

* Alias demo url

* Include the data field on the Apollo store when hydrating

* Revert

* Include the data field on the Apollo store when hydrating per tpreusse's suggestion.

* Add example to faq section in README

* Sort by newest; Add active state to buttons

* Make optimization suggestions

* Use process.browser; inline props

* Pass wrapped component's initial props into component heirarchy if they exist

* Remove unnecessary sorting of array

* Update Apollo example

* Remove trailing comma

* Update reduxRootKey

* Remove unnecessary babelrc
@timneutkens timneutkens merged commit 9795256 into vercel:add/auth-example Feb 7, 2017
@timneutkens timneutkens deleted the add/auth-example branch February 7, 2017 22:20
@lock lock bot locked as resolved and limited conversation to collaborators Jan 19, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet