Nikita Krasnov

Results 12 comments of Nikita Krasnov

@UmbrellaCrow612, please don't make all your contributions in one single PR. That makes it much more difficult to later merge it.

> Please don't change already existing files like that. They were fine as is. For some reason, it doesn't show what I was talking about. I was talking about optimizing...

> > @UmbrellaCrow612, please don't make all your contributions in one single PR. That makes it much more difficult to later merge it. > > What should I do now...

> You need to rename the markdown file `docs/concepts/architechture.md` to `docs/concepts/architecture.md` > > As I did here > > [3d83b894803dc145d07e85d8c1944cd7c5f5738d](https://github.com/un-versed/fresh/commit/3d83b894803dc145d07e85d8c1944cd7c5f5738d) > > See #454 Btw, you can just paste full...

@un-versed, absolutely agree. They are very nice and already seem to be the standard for the repository. Although I'm not sure if it's necessary to add this into `CONTRIBUTING.md` since...

@iamsahilsonawane, yes, I know it does choose static over the dynamic and works fine. What I'm saying is that most of the time it wouldn't be a wise decision to...

Just don't use a kebab-case. PascalCase is a generally accepted naming convention for `.tsx`/`.jsx` components/islands. Doing otherwise, in my opinion, should be strongly discouraged in order to preserve the convention.

Well, yea, I guess I agree with you. This kebab-case does seem like a good naming practice. Anyway, I think that this issues can be closed since the PR #404...

That would be a nice addition. For now, I suppose you can use symlinks to achieve the same result.

> The website in question: https://www.yurtemre.de/ It opens and loads fine for me. Do you still have the issue?