A weekly newsletter with insightful tips, tools, resources & more on React and JavaScript. Made with NextJS && TailwindCSS. Curated by @gupta-ji6 && @prateek3255.
WIP:construction: : A massive E-commerce app with Redux, Hooks, GraphQL, ContextAPI, Stripe, Firebase, Redux-Saga, & more
A React Native Tinder clone made with swipe animations, like-nope feature, bottom tabs and four screens.
Repo for managing JavaScript30 challenge by @wesbos, with some add-ons to challenges.
Would love to hear more about syncing a Notion db with Strapi. Possible to see the implementation?
hi @alexanderbnelson, we haven't prioritised working on it yet & hence there is no implementation I can share as of now. We only explored Notion API, webhooks & Strapi API's to have a flow overview if this could actually work.
We'll update this issue thread whenever we work on it.
Upgrade nextjs (#109)
⬆️ Upgrade Next.js and react
🚚 Run codemod to move to Next legacy image
🚚 Update import for links via codemod
🚚 Apply codemod for using new next/image
:sparkles: Update placeholder image API
Upgrade to Next.js 13 and apply relevant codemods using this guide: https://nextjs.org/docs/upgrading
⬆️ Bump loader-utils from 2.0.0 to 2.0.4 (#105)
Bumps loader-utils from 2.0.0 to 2.0.4.
updated-dependencies:
Signed-off-by: dependabot[bot] support@github.com
Signed-off-by: dependabot[bot] support@github.com Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Ayush Gupta ayushgupta197@gmail.com
Bumps loader-utils from 2.0.0 to 2.0.4.
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase
.
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)@dependabot use these labels
will set the current labels as the default for future PRs for this repo and language@dependabot use these reviewers
will set the current reviewers as the default for future PRs for this repo and language@dependabot use these assignees
will set the current assignees as the default for future PRs for this repo and language@dependabot use this milestone
will set the current milestone as the default for future PRs for this repo and languageYou can disable automated security fix PRs for this repo from the Security Alerts page.
⬆️ Bump json5 from 1.0.1 to 1.0.2 (#107)
Bumps json5 from 1.0.1 to 1.0.2.
updated-dependencies:
Signed-off-by: dependabot[bot] support@github.com
Signed-off-by: dependabot[bot] support@github.com Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Merge branch 'main' into dependabot/npm_and_yarn/loader-utils-2.0.4
⬆️ Bump json5 from 1.0.1 to 1.0.2 (#107)
Bumps json5 from 1.0.1 to 1.0.2.
updated-dependencies:
Signed-off-by: dependabot[bot] support@github.com
Signed-off-by: dependabot[bot] support@github.com Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps json5 from 1.0.1 to 1.0.2.
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase
.
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)@dependabot use these labels
will set the current labels as the default for future PRs for this repo and language@dependabot use these reviewers
will set the current reviewers as the default for future PRs for this repo and language@dependabot use these assignees
will set the current assignees as the default for future PRs for this repo and language@dependabot use this milestone
will set the current milestone as the default for future PRs for this repo and languageYou can disable automated security fix PRs for this repo from the Security Alerts page.
@hussamkhatib - see if #108 interests you. It's available to pick.
There's a share button visible only for mobile devices. I recently observed that the share icon also now rotates with the container, which wasn't the case before. Probably some tailwind upgrade might have caused this.
https://user-images.githubusercontent.com/21218732/211520400-6205fc43-8461-464f-8333-3ea2f0c50aea.MP4
Only the button container should rotate, not the icon.
hi @hussamkhatib, @scriptified/core-team would be picking this upgrade task since we've already started it in local. Appreciate your interest :)