's Avatar

@sheikalthaf

3
Followers
23
Following
2
Posts
12.11.2024
Joined
Posts Following

Latest posts by @sheikalthaf

So often I see people struggling with missing imports and having no idea what the errors they are getting mean.

Looking forward to selectorless in 2025! It’ll remove this entire set of errors for standalone components and reduce boilerplate.

24.11.2024 17:25 👍 56 🔁 4 💬 3 📌 2

I feel like we need a simple authoring format, if you believe the existing format is good then you can stick to it, because Angular team not have mentioned that they are deprecating the current template format. Same thing happened to React also they still support class based components FYI.

16.11.2024 03:38 👍 0 🔁 0 💬 1 📌 0

Potentially. There are always tradeoffs.

This is why designing an authoring format requires very wide view, trying out many different things and several iterations. Plus careful evaluation of pros and cons.

Most importantly: lots of data-driven decisions and user testing in real-life setting.

10.11.2024 11:19 👍 6 🔁 2 💬 1 📌 0

Some issues with the current template format:
- Inline components are rarely used by most devs.
- External templates often lead to bloated HTML files (100+ LOC).
- Developers tend to avoid splitting components due to the overhead of creating multiple files.

This is my current exp as a lead Ang dev.

13.11.2024 02:35 👍 1 🔁 0 💬 1 📌 0