ZEIT
ZEIT's mission is to make cloud computing as easy and accessible as mobile computing. It builds products for developers and designers, and those who aspire to become one.
Here are 346 public repositories matching this topic...
Themes are visual and it's hard to get a feel for them from just a short description, so people would usually end up having to visit them all. Would be nice if the list of themes included a screenshot of each theme. Even better if they were made by scripting HyperTerm programmatically so all screenshots had the same dimensions and content.
For inspiration of how it could look, see https://github.
Hi,
It seems that multiple arguments with object in render breaks cache :
// Make sure objects are stable
const params = useMemo(() => ({ id }), [id])
useSWR(['/api/user', params], query)If you follow this use case :
id = 1 --> id = 2 --> id = 1
The second id = 1 doesn't have the same key in cache as the first (because params doesn't have the same ref)
Reprod
It doesn't seem to be working if I follow the documentation, I suppose every file and directory has to be carefully named to work? I understand .rb file itself needs to be in an 'api' directory, does the 'config.ru' file also go there? Or does it have to be named 'index.ru' specifically?
Old examples of ZEIT Now projects you can deploy yourself
-
Updated
Jan 24, 2020
At the bottom of server.js, there are some paths like manifest.html, manifest.appcache, etc that don't resolve. Perhaps they were constructs from older version of next.js? I am totally new to what they might be so if those are there for a reason could you comment why/what we should be doing to benefit from them?
server.get('/sw.js', (req, res) => app.serveStatic(req, res, path.resolve('./.
Authentication.md
This is not a question just a query, it is mentioned in authentication.md that facebook OAuth is not working but in my case, it is working completely fine.
:heavy_check_mark: Mock data for your prototypes and demos. Remote deployments to Zeit now.
-
Updated
Jan 21, 2020 - TypeScript
https://github.com/fastify/fastify
| Framework | Version | Router? | Requests/sec |
|---|---|---|---|
| micro (microrouter) | 9.1.0 (microrouter@3.1.1 ) | ✓ | 18,314 |
| micro | 9.1.0 | ✗ | 31,793 |
Is this out of date or accurate? Can anything be done to make this package not be a performance killer?
Documentation
https://zeit.co/docs/v2/more/now-for-github#included-environment-variables
It would be very helpful to have an example of the possible values of the environment variables.
Additional Information
eg:
NOW_GITHUB_COMMIT_REPO | The repository of which the commit belongs. For example, when submitting a pull request from a forked repository.
Is it the URL to the
A Next.js site using new SSG support with a Notion backed blog
-
Updated
Jan 26, 2020 - TypeScript
Official Now Builders created by the ZEIT team
-
Updated
Jan 5, 2020 - JavaScript
While https://nextjs.org/learn/basics/styling-components contains excellent explanation on Component-Styling, we should ideally explain following as well:
- How to create common styles which are shared amongst different components
- How to add third party styling libraries
:octocat: The missing APIs for GitHub trending projects and developers 📈
-
Updated
Jan 26, 2020 - JavaScript
I wanted to destroy a cookie called authToken, on client side. According to the documentation, I used:
destroyCookie(undefined, 'authToken');
But it wasn't working. After looking to the source code, I found that I wasn't specifying the good options (but the doc doesn't mention the options).
[DEPRECATED] Simplest proxy server for microservices
-
Updated
Jan 23, 2020 - JavaScript
Recently Zeit released GitHub app integration to support ci deployment. See https://zeit.co/docs/features/now-for-github
I think it doesn't support meteor-now because it requires a now.json.
What can we do to support it?
Hey, nice theme.
Would be great to have an option the set the background transparency and the color as well.
In https://github.com/zeit/title/blob/master/lib/index.js#L26, a default parameter is used:
str = str.toLowerCase().replace(regex, (m, lead = '', forced, lower, rest) => {
^^^^
A couple other ES2015 features, such as the spread syntax, are used as well.
These choices break in IE11. Including an ES5 build, or refactoring the co
Use `now.json` environment variables while developing
-
Updated
Jan 15, 2020 - JavaScript
Long-term Roadmap
Near-by
Future
- Configure PHP environment using only ENV
- Better concurrency on PHP 7.4
- Compile more PHP extensions
- More examples
- Separate to https://github.com/juicyfx/now-examples
Done
- next-gen PHP builder
✅ - Composer
✅ - config.composer: true
✅ - composer.json detection
✅ - zero config
✅ - now dev
✅ - rewrite to typescript
✅ - custom php.ini
for projects using this tool to deploy. Should be similar to the badge in https://github.com/bahmutov/next-update-travis#badge
Microservice for fetching the latest posts of Medium with GraphQL.
-
Updated
Nov 17, 2019 - JavaScript

Bug report
Describe the bug
On https://github.com/zeit/next.js/tree/canary/examples/with-lingui
I am getting error on
npm run extract