#Nextjs

2025-06-15

Ok this is driving me mad - I am working locally with a https #NextJS frontend trying to POST to a https #WordPress REST API endpoint. I am trying to configure CORS but SOMETHING in WordPress is adding a "access-control-allow-origin: *" header and I CANNOT get rid of it. Anybody got an idea? I have NO plugins running other than my custom one.

2025-06-13

πŸ” Next.js 15.1+ is unusable outside of Vercel β€’ Omar Abid

ο½’ Are providers like Netlify, Cloudflare, or AWS better? Not really. For one, make sure to read this article. These providers created OpenNext to make Next.js work on their platforms. There is just one problem: These adapters are garbage. Next.js has become so tightly coupled to Vercel's infrastructure that porting it anywhere else requires significant reverse-engineering ο½£

omarabid.com/nextjs-vercel

#nextjs #vercel

2025-06-13

This is kind of wild. β€˜Next.js 15.1+ is unusable outside of Vercel’ omarabid.com/nextjs-vercel β€œNext.js has become a Vercel vendor lock-in disguised as an open-source framework. Save yourself the headache and choose something else for your β€˜next’ project.” #NextJS #Vercel #JavaScript #WebDev

Next.js 15.1+ is unusable outs...

@990000@mstdn.social990000@mstdn.social
2025-06-13

This is kind of wild.

β€˜Next.js 15.1+ is unusable outside of Vercel’
omarabid.com/nextjs-vercel

β€œNext.js has become a Vercel vendor lock-in disguised as an open-source framework. Save yourself the headache and choose something else for your β€˜next’ project.”

#NextJS #Vercel #JavaScript #WebDev

2025-06-12

Dev journal:

Fixed a 'bug' where dynamic #Tailwind CSS classes were not rendering in #NextJS. Solution was to add the class names to a 'safelist' property in the tailwind config.

Unused styles are removed by static analysis therefore dynamically generated classes are unknown at this point and not included. The safelist includes these classes regardless.

N-gated Hacker Newsngate
2025-06-12

Next.js 15.1: the version that says "Vercel or bust!" πŸš€πŸ€¦β€β™‚οΈ If you're not on , prepare for a meltdown that could tank your search rankings faster than a cat video goes viral. But hey, who needs when you can have experimental features, right? πŸ±β€πŸ’»βœ¨
omarabid.com/nextjs-vercel

Criss_Rodriguezyosola@hachyderm.io
2025-06-12

🚨 The second cohort of my FREE Next.js course is open!
πŸ’» Learn to build + deploy real apps with #Nextjs
πŸŽ₯ Watch past sessions: youtu.be/playlist?list=PLH72tR
🌐 Join us β†’ dev2deploylanding.vercel.app/
πŸ‘©πŸ½β€πŸ’» More about me β†’ yosola.co
#TechConMe

2025-06-11

πŸƒβ€β™€οΈβ€βž‘οΈRun #Sitecore MVC + Headless on XP!
βœ… Coexist #MVC & #Nextjs
βœ… Fetch content via Layout Service/ #GraphQL
βœ… Prep for #XMCloud with Edge GraphQL

πŸ”— Learn more: tinyurl.com/AKTechBites10

#HeadlessCMS #SitecoreMVP #SUGCON #AvanadeDoWhatMatters #XMCloud #SitecoreSYM #MVPBuzz

2025-06-11

Day 7
βœ… 24 test suites, 153 tests passing.

Solid coverage across service and controller layers in my modular monorepo. Strict typing (TypeScript), full DTO validation, and realistic mocks across complex relations (TypeORM).

Next: fine-tuning error handling & exploring e2e strategies.

write.as/bmariusz/24-test-suit

#TypeScript #NestJS #Nextjs #InsuranceTech #Microservices #monorepo #rbac #codingdays #swagger #jwt #jwt_auth #programming

Frontend Dogmafrontenddogma@mas.to
2025-06-11

Your React Meta-Framework Feels Broken, Here’s Why, by @redwoodjs.com:

rwsdk.com/blog/your-react-meta

#frameworks #react #nextjs #reactrouter #comparisons

Phillemon CEH | CTHwardenshield
2025-06-10
2025-06-10

Day 6
TL;DR: Groups, memberships, hierarchy β€” all dynamic now.

Released backend v0.3.0 πŸŽ‰

βœ… Users can belong to multiple groups with typed roles
βœ… Groups can form hierarchical or overlapping structures
βœ… Roles are normalized via reference types

Built with NestJS + TypeORM. Documented via Swagger.

write.as/bmariusz/building-a-f

#TypeScript #NestJS #Nextjs #InsuranceTech #Microservices #monorepo #rbac #codingdays #swagger #jwt #jwt_auth #programming

Frontend Dogmafrontenddogma@mas.to
2025-06-09

The Growing Divide Among React Developers…, by @fireship.bsky.social:

youtube.com/watch?v=lLJbHHeFSs

#videos #react #components #nextjs #vercel

Bits Kingdombitskingdom
2025-06-09

Think back to the last time you built a React page and thought, β€œDo I really need all this JavaScript just to show a product name?”
Now imagine if you could render that same page β€” server-side, fast as lightning, with zero client-side code β€” and still use components like you're u...

Read more here πŸ‘‰ bitskingdom.com/?p=22159

2025-06-09

Day 5
TL;DR: Continued work on backend security β€” role-based access is now fully wired up.

βœ… Got fine-grained role-based access control fully working today.

β€’ Roles loaded from PostgreSQL
β€’ Injected into JWT during login
β€’ Validated via custom `@Roles()` + `RolesGuard`
β€’ Authenticated via `@UseGuards(JwtAuthGuard)` globally
β€’ Introduced `@Public()` decorator to bypass guards for public endpoints
β€’ Swagger supports Bearer token for testing

Took a while to get the role propagation into the token right β€” the key was enriching the `validateUser()` result, not just fetching data from DB.

Modular, clean, and no magic. Feels good. πŸ‘Œ

more on: write.as/bmariusz/continuation
#CloudNative #TypeScript #NestJS #Nextjs #InsuranceTech #Microservices #monorepo
#codingdays #swagger #jwt #jwt_auth #programming

GetNextjs TemplatesGetNextJsTemplate
2025-06-09

Paidin – a free landing page template with App Directory routing. Easy to use and ready to go!

πŸ”— getnextjstemplates.com/product

Paidin Free NextJs Landing Page Template with App Directory Routing
Karthikeyan A Kmindaslab@mstdn.social
2025-06-09

I'm happy that webdevs are moving away from React, NextJS. We have been hijacked and robbed off productivity by JavaScript.

It all boils down to how quick you can do stuff.

#WebDev #reactjs #NextJS

Client Info

Server: https://mastodon.social
Version: 2025.04
Repository: https://github.com/cyevgeniy/lmst