typescript-nextjs-starter

Non-opinionated TypeScript starter for Next.js. All the tools you need to build your next project ⚡️

MIT License

Stars
1.2K

Bot releases are hidden (Show)

typescript-nextjs-starter - v2.0.2 Latest Release

Published by jpedroschmitz 9 months ago

What's Changed

Dependencies

Full Changelog: https://github.com/jpedroschmitz/typescript-nextjs-starter/compare/2.0.1...2.0.2

typescript-nextjs-starter - v2.0.1

Published by jpedroschmitz 11 months ago

What's Changed

Dependencies

Full Changelog: https://github.com/jpedroschmitz/typescript-nextjs-starter/compare/2.0.0...2.0.1

typescript-nextjs-starter - v2.0.0

Published by jpedroschmitz over 1 year ago

What's Changed

New Contributors

Dependencies

Full Changelog: https://github.com/jpedroschmitz/typescript-nextjs-starter/compare/1.3.2...2.0.0

typescript-nextjs-starter - v1.3.2

Published by jpedroschmitz over 1 year ago

What's Changed

New Contributors

Dependencies

Full Changelog: https://github.com/jpedroschmitz/typescript-nextjs-starter/compare/1.3.1...1.3.2

typescript-nextjs-starter - v.1.3.1

Published by jpedroschmitz almost 2 years ago

What's Changed

New Contributors

Dependencies

Full Changelog: https://github.com/jpedroschmitz/typescript-nextjs-starter/compare/v1.3.0...1.3.1

typescript-nextjs-starter - v1.3.0

Published by jpedroschmitz about 2 years ago

What's Changed

Dependencies

Full Changelog: https://github.com/jpedroschmitz/typescript-nextjs-starter/compare/v1.2.1...v1.3.0

typescript-nextjs-starter - v1.2.1

Published by jpedroschmitz over 2 years ago

What's Changed

Dependencies

Full Changelog: https://github.com/jpedroschmitz/typescript-nextjs-starter/compare/v1.2.0...v1.2.1

typescript-nextjs-starter - v1.2.0

Published by jpedroschmitz over 2 years ago

What's Changed

  • The starter now supports React 18 ⚡️

Dependencies

Full Changelog: https://github.com/jpedroschmitz/typescript-nextjs-starter/compare/v1.1.3...v1.2.0

typescript-nextjs-starter - v1.1.3

Published by jpedroschmitz over 2 years ago

What's Changed

Dependencies

New Contributors

Full Changelog: https://github.com/jpedroschmitz/typescript-nextjs-starter/compare/v1.1.2...v1.1.3

typescript-nextjs-starter - v1.1.2

Published by jpedroschmitz almost 3 years ago

What's Changed

Full Changelog: https://github.com/jpedroschmitz/typescript-nextjs-starter/compare/v1.1.1...v1.1.2

typescript-nextjs-starter - v1.1.1

Published by jpedroschmitz almost 3 years ago

What's Changed

  • Update Next.js to v12.0.6. This new Next.js version contains a fix to an issue affecting Next.js versions ≥ v11.1.0 < v12.0.5. For more information, read the release notes.
  • Add support for ESLint v8 🎉

Dependencies

Full Changelog: https://github.com/jpedroschmitz/typescript-nextjs-starter/compare/v1.1.0...v1.1.1

typescript-nextjs-starter - v1.1.0

Published by jpedroschmitz almost 3 years ago

What's Changed

Dependencies

New Contributors

Full Changelog: https://github.com/jpedroschmitz/typescript-nextjs-starter/compare/1.0.1...v1.1.0

typescript-nextjs-starter - v1.0.1

Published by jpedroschmitz about 3 years ago

What's changed

Dependencies

Full Changelog: https://github.com/jpedroschmitz/typescript-nextjs-starter/compare/1.0.0...1.0.1

typescript-nextjs-starter - v1.0.0 🎉

Published by jpedroschmitz about 3 years ago

Hello! Super excited to release the first version of this starter, although it has been used by a lot of companies and folks out there for almost 2 years 🚀

As @BrunoS3D suggested on #199, from now on, every relevant update made to this starter will have a release, so everyone who is using it can be aware of the updates and can see what's new ⚡️

I'm always working on many Next.js projects, so I try to keep it up to date with the best practices. If you have changed something in the starter on your project and think it will be a great addition for everyone, don't hesitate to open a PR or an issue 🔥

Thanks a lot for everyone using the starter and sharing it on social media ❤️


Relevant updates shipped recently:

  • Updated the starter to Next.js 11.1.0 - read the official Next.js 11.1 annoucement
  • Added next/image-types/global reference to next-env.d.ts
  • Added a new path to access the public folder. Now you can import images super easily:
import yourImage from '@/public/images/profile-picture.png'

Note: I won't release new versions on dependencies updates unless there are breaking changes.