What do you think of the new Framework 16 laptop?
What's your opinion on the Framework 16 laptop? Does it perform well, or is it a flop? Do you own one? Is it worth it, or is there another one that's better?
What's your opinion on the Framework 16 laptop? Does it perform well, or is it a flop? Do you own one? Is it worth it, or is there another one that's better?
Hello IT people. I've been thinking about redesigning my website using Angular. I've currently implemented it with PHP and a SQLite database. (I've never worked with Angular before—please provide understandable, beginner-friendly answers.) My questions: Can I control a DB? Is there an alternative to change data on the server via Angular e.g. DB / JSON…
<script lang="ts"></script> <div class="flex flex-row md:h-[2.8rem] bg-black-800"> <div class=""> <button class="text-white md:py-2"> Beta Version 🆕 Still in Development 🚧 Happy Halloween 🎃 </button> <a href="src/routes/policy" class="text-white md:py-2">Policy</a> </div> </div> Why doesn't linking work in SvelteKit?
Hello, there are elements on almost every website that appear on almost every subpage. An example of this would be the navbar. It's everywhere on most websites. But how do you add this element to every subpage? Copying all the HTML, CSS, and JavaScript code onto every subpage would be extremely tedious. This task can…
I want to program my own js framework for game development and have also looked at a few others like Phaser.js or pixi.js, etc. However, they all start something like this: var game = new Frameworkname.forExampleGame( … ) Question 1: why are all frameworks, or rather all gamedev js frameworks that I have looked at,…
So, I wanted to code a framework and then bundle the files into a frameworkname.js file with my tool. But I have no idea how to structure it. If you work with modules, do you then start the individual libraries in a main.js file? I've asked a similar question before, but it was about something…
I want to develop a framework. How do I bundle all the JS files into a frameworkname.js file?
I was planning to develop my own framework for web game development, but I just can't think of a name :(). I already had the idea for base.js or something, but that all already exists. Thanks in advance. Kind regards
So, I know what a library is, but I don't know how it differs from a framework. Is a framework simply bigger? I won't explain it too complexly; I'm just a vanilla JS game developer who does this as a hobby. And yes, I already googled it, but I don't get it.
Hi, I've been coding web games with vanilla JavaScript (canvas and oop) for a few years now. I think it's obvious that vanilla JavaScript requires quite a few lines of code. So, I wanted to code my own framework, since I'm not a big fan of using other people's libraries, etc. However, I have no…